Skip to content

Commit c4dbfe5

Browse files
authored
Merge pull request #342 from BSd3v/patch-6
Update host-test.yml
2 parents 2d3d02c + 9051b81 commit c4dbfe5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/host-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
env:
7878
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7979
GITHUB_REPOSITORY: ${{ github.repository }}
80-
PR_NUMBER: ${{ github.event.pull_request.number }}
80+
PR_NUMBER: ${{ github.event.inputs.pr_number }}
8181
ARTIFACT_URL: ${{ env.artifact_url }}
8282
run: |
8383
source .venv/bin/activate

0 commit comments

Comments
 (0)