Skip to content

Commit

Permalink
Update host-test.yml
Browse files Browse the repository at this point in the history
fixing number
  • Loading branch information
BSd3v authored Oct 10, 2024
1 parent 2d3d02c commit 9051b81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/host-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_REPOSITORY: ${{ github.repository }}
PR_NUMBER: ${{ github.event.pull_request.number }}
PR_NUMBER: ${{ github.event.inputs.pr_number }}
ARTIFACT_URL: ${{ env.artifact_url }}
run: |
source .venv/bin/activate
Expand Down

0 comments on commit 9051b81

Please sign in to comment.