We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d1572e commit e9e4ec6Copy full SHA for e9e4ec6
.github/workflows/github-actions-update-rules.yml
@@ -62,7 +62,7 @@ jobs:
62
runs-on: ubuntu-latest
63
strategy:
64
fail-fast: false
65
- if: github.event_name == 'repository_dispatch' && github.event.client_payload.event_type == "set-new-golden-overwrite"
+ if: github.event_name == 'repository_dispatch' && github.event.client_payload.event_type == 'set-new-golden-overwrite'
66
steps:
67
- name: Check out repository code recursively
68
uses: actions/checkout@v3
0 commit comments