output GITHUB_RUN_NUMBER in workflow (#4722)

This commit is contained in:
Konrad Pozniak 2024-10-10 19:40:01 +02:00 committed by GitHub
parent a366d49ad7
commit 7347203166
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -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