Skip to content

Commit e9e4ec6

Browse files
committed
gha: rm double quotes
Signed-off-by: habibayassin <[email protected]>
1 parent 3d1572e commit e9e4ec6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/github-actions-update-rules.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
runs-on: ubuntu-latest
6363
strategy:
6464
fail-fast: false
65-
if: github.event_name == 'repository_dispatch' && github.event.client_payload.event_type == "set-new-golden-overwrite"
65+
if: github.event_name == 'repository_dispatch' && github.event.client_payload.event_type == 'set-new-golden-overwrite'
6666
steps:
6767
- name: Check out repository code recursively
6868
uses: actions/checkout@v3

0 commit comments

Comments
 (0)