Skip to content

Commit

Permalink
ci(shellcheck): Use single quotes for label.name
Browse files Browse the repository at this point in the history
  • Loading branch information
sonic2kk committed Mar 18, 2024
1 parent 1a66cfe commit a1354c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/shellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ permissions: {}

jobs:
shellcheck:
if: ${{ (github.event_name == 'pull_request' && github.event.label.name == "shellcheck") || (github.event_name == 'push' && github.ref == 'refs/heads/master') }}
if: ${{ (github.event_name == 'pull_request' && github.event.label.name == 'shellcheck') || (github.event_name == 'push' && github.ref == 'refs/heads/master') }}
name: Shellcheck
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit a1354c8

Please sign in to comment.