We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19e1b4f commit 42278b6Copy full SHA for 42278b6
1 file changed
.github/workflows/smoketest.yaml
@@ -48,10 +48,12 @@ jobs:
48
49
- name: Checkout the PR
50
env:
51
+ PR_NUMBER: ${{ github.event.issue.number }}
52
REF: ${{ needs.permission-check.outputs.sha }}
53
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
54
run: |
- gh pr checkout $REF
55
+ gh pr checkout $PR_NUMBER
56
+ git checkout $REF
57
58
- name: Setup Python venv
59
0 commit comments