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
1 changed files with 1 additions and 1 deletions

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