Skip to content

Commit 5ce4fd9

Browse files
committed
fix: resolve YAML syntax error in auto-fix.yml workflow
1 parent 8852240 commit 5ce4fd9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/auto-fix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ on:
3131

3232
jobs:
3333
auto-fix:
34-
if: github.event.label.name == 'agent: create-pr' || github.event_name == 'workflow_dispatch'
34+
if: ${{ github.event.label.name == 'agent: create-pr' || github.event_name == 'workflow_dispatch' }}
3535
runs-on: ubuntu-latest
3636
permissions:
3737
contents: write

0 commit comments

Comments
 (0)