Skip to content

Commit

Permalink
Merge branch 'NOAA-EMC:develop' into feature/wave_post_grid
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonMFernando-NOAA authored Nov 12, 2024
2 parents a539824 + e6df3b3 commit 1c76d46
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,9 +72,9 @@ jobs:
id: get-branch
run: |
pr_number=${{ github.event.inputs.pr_number }}
repo=${{ github.repository }}
if [ "$pr_number" -eq "0" ]; then
branch=${{ github.event.inputs.ref }}
repo=${{ github.repository }}
else
branch=$(gh pr view $pr_number --repo $repo --json headRefName --jq '.headRefName')
repo_owner=$(gh pr view $pr_number --repo $repo --json headRepositoryOwner --jq '.headRepositoryOwner.login')
Expand Down

0 comments on commit 1c76d46

Please sign in to comment.