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 authored Jun 6, 2024
1 parent d267c53 commit e7f28cf
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 e7f28cf

Please sign in to comment.