Skip to content

Commit

Permalink
Merge pull request #11123 from erik-krogh/stableCI-followup-2
Browse files Browse the repository at this point in the history
fix typo in compile-queries workflow
  • Loading branch information
erik-krogh committed Nov 4, 2022
2 parents c7da814 + def9b5e commit 418d632
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compile-queries.yml
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 418d632

Please sign in to comment.