Skip to content

Commit 2b439bd

Browse files
committed
gha: use double quotes
Signed-off-by: habibayassin <[email protected]>
1 parent 065a898 commit 2b439bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
fail-fast: false
14-
if: github.event_name == 'repository_dispatch' && github.event.client_payload.event_type == 'set-new-golden'
14+
if: github.event_name == 'repository_dispatch' && github.event.client_payload.event_type == "set-new-golden"
1515
steps:
1616
- name: Check out repository code recursively
1717
uses: actions/checkout@v3
@@ -56,7 +56,7 @@ jobs:
5656
runs-on: ubuntu-latest
5757
strategy:
5858
fail-fast: false
59-
if: github.event_name == 'repository_dispatch' && github.event.client_payload.event_type == 'set-new-golden-overwrite'
59+
if: github.event_name == 'repository_dispatch' && github.event.client_payload.event_type == "set-new-golden-overwrite"
6060
steps:
6161
- name: Check out repository code recursively
6262
uses: actions/checkout@v3

0 commit comments

Comments
 (0)