Skip to content

Commit

Permalink
still did not have repo right for when PR=0 and branch is selected
Browse files Browse the repository at this point in the history
  • Loading branch information
Terry McGuinness authored and Terry McGuinness committed Nov 1, 2024
1 parent ddbc407 commit 30dcf38
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/pw_aws_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ 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 }}
Expand Down

0 comments on commit 30dcf38

Please sign in to comment.