Skip to content

Commit 418d632

Browse files
authored
Merge pull request #11123 from erik-krogh/stableCI-followup-2
fix typo in compile-queries workflow
2 parents c7da814 + def9b5e commit 418d632

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/compile-queries.yml

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

0 commit comments

Comments
 (0)