1
0
mirror of https://github.com/tuskyapp/Tusky synced 2024-12-23 23:44:40 +01:00

output GITHUB_RUN_NUMBER in workflow

This commit is contained in:
Conny Duck 2024-10-10 19:52:32 +02:00
parent 7347203166
commit 8a9a4f2075
No known key found for this signature in database

View File

@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v4
- name: get GITHUB_RUN_NUMBER
run: echo ${{ github.GITHUB_RUN_NUMBER }}
run: echo "${{ github.GITHUB_RUN_NUMBER }}"
- name: Setup
uses: ./.github/actions/setup