env prefix

This commit is contained in:
Oliver Walters 2021-09-12 21:54:59 +10:00
parent 06f323fe47
commit 3d4a8bdd22

View File

@ -17,4 +17,4 @@ jobs:
uses: actions/checkout@v2
- name: Check version number
run: |
python3 ci/check_version_number.py --branch ${{ GITHUB_BASE_REF }}
python3 ci/check_version_number.py --branch ${{ env.GITHUB_BASE_REF }}