Skip to content

Commit

Permalink
fix: escape backticks in main pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
kekonn committed Mar 22, 2024
1 parent 4cb82ea commit e7398ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
"Package lock file locations:`r`n" | Out-File -FilePath $env:GITHUB_STEP_SUMMARY -Append
Get-LockFiles | ForEach-Object { "`t- $_`r`n" | Out-File -FilePath $env:GITHUB_STEP_SUMMARY -Append }
"`r`n" | Out-File -FilePath $env:GITHUB_STEP_SUMMARY -Append
"Working directory: `$(pwd)`" | Out-File -FilePath $env:GITHUB_STEP_SUMMARY -Append
"Working directory: \`$(pwd)\`" | Out-File -FilePath $env:GITHUB_STEP_SUMMARY -Append
- uses: actions/setup-dotnet@v4
name: Setup dotnet cli
with:
Expand Down

0 comments on commit e7398ac

Please sign in to comment.