Skip to content

Commit def9b5e

Browse files
committed
fix typo in compile-queries workflow
1 parent 265838a commit def9b5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/compile-queries.yml

Lines changed: 1 addition & 1 deletion
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)