mirror of
https://github.com/tuskyapp/Tusky
synced 2024-12-24 16:01:21 +01:00
output GITHUB_RUN_NUMBER in workflow (#4722)
This commit is contained in:
parent
a366d49ad7
commit
7347203166
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…
Reference in New Issue
Block a user