Skip to content

Commit

Permalink
added missing pr number
Browse files Browse the repository at this point in the history
  • Loading branch information
Bullrich committed Jun 6, 2024
1 parent da9bba5 commit b4d01dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/set-up-gh/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ runs:
&& apt update \
&& apt install gh -y
git config --global --add safe.directory '*'
- run: gh pr checkout ${{ inputs.pr }}
- run: gh pr checkout ${{ inputs.pr-number }}
shell: bash
env:
GITHUB_TOKEN: ${{ inputs.GH_TOKEN }}
Expand Down

0 comments on commit b4d01dc

Please sign in to comment.