Merge pull request #11123 from erik-krogh/stableCI-followup-2

fix typo in compile-queries workflow
This commit is contained in:
Erik Krogh Kristensen
2022-11-04 15:48:27 +01:00
committed by GitHub

View File

@@ -28,7 +28,7 @@ jobs:
if: ${{ github.event_name != 'pull_request' }}
# using github.sha instead, since we're directly on a branch, and not in a PR
run: |
MERGE_BASE=${{ github.sha }})
MERGE_BASE=${{ github.sha }}
echo "merge-base=$MERGE_BASE" >> $GITHUB_ENV
- name: Cache CodeQL query compilation
uses: actions/cache@v3