Browse Source

use correct syntax for github run number

pull/4719/head
Conny Duck 1 year ago
parent
commit
2dd6d9db5c
No known key found for this signature in database
  1. 2
      .github/workflows/deploy-test.yml

2
.github/workflows/deploy-test.yml

@ -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…
Cancel
Save