We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8852240 commit f2b769fCopy full SHA for f2b769f
1 file changed
.github/workflows/auto-fix.yml
@@ -31,7 +31,7 @@ on:
31
32
jobs:
33
auto-fix:
34
- if: github.event.label.name == 'agent: create-pr' || github.event_name == 'workflow_dispatch'
+ if: "${{ github.event.label.name == 'agent: create-pr' || github.event_name == 'workflow_dispatch' }}"
35
runs-on: ubuntu-latest
36
permissions:
37
contents: write
0 commit comments