From def9b5e2ce1b75546c42f1d960cb2913b0501e47 Mon Sep 17 00:00:00 2001 From: erik-krogh Date: Fri, 4 Nov 2022 13:58:29 +0100 Subject: [PATCH] fix typo in compile-queries workflow --- .github/workflows/compile-queries.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/compile-queries.yml b/.github/workflows/compile-queries.yml index 20e5add55e72..64663e63aa08 100644 --- a/.github/workflows/compile-queries.yml +++ b/.github/workflows/compile-queries.yml @@ -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