mirror of
https://github.com/tuskyapp/Tusky
synced 2024-12-24 16:01:21 +01:00
output GITHUB_RUN_NUMBER in workflow
This commit is contained in:
parent
7347203166
commit
8a9a4f2075
2
.github/workflows/deploy-test.yml
vendored
2
.github/workflows/deploy-test.yml
vendored
@ -18,7 +18,7 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: get GITHUB_RUN_NUMBER
|
- name: get GITHUB_RUN_NUMBER
|
||||||
run: echo ${{ github.GITHUB_RUN_NUMBER }}
|
run: echo "${{ github.GITHUB_RUN_NUMBER }}"
|
||||||
|
|
||||||
- name: Setup
|
- name: Setup
|
||||||
uses: ./.github/actions/setup
|
uses: ./.github/actions/setup
|
||||||
|
Loading…
Reference in New Issue
Block a user