Skip to content

Commit

Permalink
fix typo in compile-queries workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
erik-krogh committed Nov 4, 2022
1 parent 265838a commit def9b5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compile-queries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit def9b5e

Please sign in to comment.