Skip to content

Commit

Permalink
updated typo of dropped $ on GitHub env var for repo
Browse files Browse the repository at this point in the history
  • Loading branch information
TerryMcGuinness-NOAA committed Nov 12, 2024
1 parent bfe0df6 commit 0671456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pw_aws_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
id: get-branch
run: |
pr_number=${{ github.event.inputs.pr_number }}
repo={{ github.repository }}
repo=${{ github.repository }}
if [ "$pr_number" -eq "0" ]; then
branch=${{ github.event.inputs.ref }}
else
Expand Down

0 comments on commit 0671456

Please sign in to comment.