use correct syntax for github run number
This commit is contained in:
parent
55ba95ffc4
commit
2dd6d9db5c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deploy-test.yml
vendored
2
.github/workflows/deploy-test.yml
vendored
|
|
@ -15,7 +15,7 @@ jobs:
|
|||
needs: check-and-build
|
||||
environment: Test
|
||||
env:
|
||||
BUILD_NUMBER: ${{ github.GITHUB_RUN_NUMBER }}
|
||||
BUILD_NUMBER: ${{ github.run_number }}
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue