We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8852240 commit 5ce4fd9Copy full SHA for 5ce4fd9
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