Skip to content

Commit

Permalink
fi(ci): correct invalid syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
thekaveman committed Jun 6, 2024
1 parent 310c591 commit c2d7453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
name: CodeQL Analyze
runs-on: ubuntu-latest
needs: setup
if: ${{ needs.setup.outputs.languages != "[]" }}
if: ${{ needs.setup.outputs.languages != '[]' }}
permissions:
actions: read
contents: read
Expand Down

0 comments on commit c2d7453

Please sign in to comment.