1
0
mirror of https://github.com/tuskyapp/Tusky synced 2025-01-11 00:14:00 +01:00

use correct syntax for github run number

This commit is contained in:
Conny Duck 2024-10-10 21:28:50 +02:00
parent 55ba95ffc4
commit 2dd6d9db5c
No known key found for this signature in database

View File

@ -15,7 +15,7 @@ jobs:
needs: check-and-build
environment: Test
env:
BUILD_NUMBER: ${{ github.GITHUB_RUN_NUMBER }}
BUILD_NUMBER: ${{ github.run_number }}
steps:
- name: Checkout
uses: actions/checkout@v4