We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f93da1 commit a4ca478Copy full SHA for a4ca478
1 file changed
.github/workflows/smoketest.yaml
@@ -37,15 +37,9 @@ jobs:
37
38
- if: steps.branch-deploy.outputs.continue == "true"
39
name: Checkout the repo
40
- uses: actions/checkout@v5
41
-
42
- - if: steps.branch-deploy.outputs.continue == "true"
43
- name: Checkout the PR
44
- env:
45
- PR_NUMBER: ${{ github.event.issue.number }}
46
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
47
- run: |
48
- gh pr checkout $PR_NUMBER
+ uses: actions/checkout@v6
+ with:
+ ref: ${{ steps.branch-deploy.outputs.sha }}
49
50
51
name: Setup Python venv
0 commit comments