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
commit 7347203166
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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