Skip to content

Commit

Permalink
test action
Browse files Browse the repository at this point in the history
  • Loading branch information
Noahnc committed Oct 27, 2023
1 parent 079f980 commit 8dd4840
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,6 @@ runs:
shell: pwsh
run: |
$report = Get-Content "return_values.json" -Raw | ConvertFrom-Json
pr_number = $report.pull_number
$pr_number = $report.pull_number
Write-Host "Found PR $pr_number"
echo "pr_number=$pr_number" >> $GITHUB_OUTPUT

0 comments on commit 8dd4840

Please sign in to comment.