From 3d4a8bdd22b94647d0c091384ce04711f8e32648 Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Sun, 12 Sep 2021 21:54:59 +1000 Subject: [PATCH] env prefix --- .github/workflows/version.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/version.yaml b/.github/workflows/version.yaml index 90dba271e7..82ccb05077 100644 --- a/.github/workflows/version.yaml +++ b/.github/workflows/version.yaml @@ -17,4 +17,4 @@ jobs: uses: actions/checkout@v2 - name: Check version number run: | - python3 ci/check_version_number.py --branch ${{ GITHUB_BASE_REF }} \ No newline at end of file + python3 ci/check_version_number.py --branch ${{ env.GITHUB_BASE_REF }}