File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 11name : Build and Deploy
22on :
33 - push
4- - repository_dispatch :
5- types : [slides-updated]
4+ # - repository_dispatch:
5+ # types: [slides-updated]
66
77jobs :
88 build :
@@ -11,12 +11,12 @@ jobs:
1111 GH_TOKEN : ${{ github.token }}
1212 steps :
1313 # Show payload only for repository_dispatch
14- - name : Show dispatch payload
15- if : ${{ github.event_name == 'repository_dispatch' }}
16- run : |
17- echo "Event type: ${{ github.event.action || 'N/A' }}"
18- echo "Client payload (JSON):"
19- echo '${{ toJson(github.event.client_payload) }}'
14+ # - name: Show dispatch payload
15+ # if: ${{ github.event_name == 'repository_dispatch' }}
16+ # run: |
17+ # echo "Event type: ${{ github.event.action || 'N/A' }}"
18+ # echo "Client payload (JSON):"
19+ # echo '${{ toJson(github.event.client_payload) }}'
2020 - name : Set timezone
21212222 with :
You can’t perform that action at this time.
0 commit comments