Skip to content

Commit

Permalink
use correct syntax for github run number
Browse files Browse the repository at this point in the history
  • Loading branch information
connyduck committed Oct 10, 2024
1 parent 55ba95f commit 2dd6d9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2dd6d9d

Please sign in to comment.