File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments