Skip to content

Commit

Permalink
test without quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
rajbos authored Jul 21, 2023
1 parent 12a4df3 commit e95907e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: |
# check the output file location to contain the expected content
Write-Host "Found actions file location here [${{ steps.load-actions.outputs.actions-file }}]"
$content = Get-Content -Path "${{ steps.load-actions.outputs.actions-file }}"
$content = Get-Content -Path ${{ steps.load-actions.outputs.actions-file }}
$actions = $content | ConvertFrom-Json
if ($actions.Length -le 0) {
Set-Content -Value "No actions found" -Path $env:GITHUB_STEP_SUMMARY
Expand Down

0 comments on commit e95907e

Please sign in to comment.