output GITHUB_RUN_NUMBER in workflow (#4722)
This commit is contained in:
parent
a366d49ad7
commit
7347203166
1 changed files with 3 additions and 0 deletions
3
.github/workflows/deploy-test.yml
vendored
3
.github/workflows/deploy-test.yml
vendored
|
|
@ -17,6 +17,9 @@ jobs:
|
|||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: get GITHUB_RUN_NUMBER
|
||||
run: echo ${{ github.GITHUB_RUN_NUMBER }}
|
||||
|
||||
- name: Setup
|
||||
uses: ./.github/actions/setup
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue