File tree Expand file tree Collapse file tree 2 files changed +10
-6
lines changed
Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 2323 - name : " Checkout"
2424 uses : actions/checkout@v5
2525
26- # - name: "Debug event.json"
27- # run: |
28- # cat "${GITHUB_EVENT_PATH}"
26+ # - name: "Debug CTX github"
27+ # continue-on-error: true
28+ # env:
29+ # GITHUB_CTX: ${{ toJSON(github) }}
30+ # run: echo "$GITHUB_CTX"
2931
3032 - name : " ShellCheck"
3133 if : ${{ !cancelled() }}
Original file line number Diff line number Diff line change 3333 - name : " Checkout"
3434 uses : actions/checkout@v5
3535
36- # - name: "Debug event.json"
37- # run: |
38- # cat "${GITHUB_EVENT_PATH}"
36+ # - name: "Debug CTX github"
37+ # continue-on-error: true
38+ # env:
39+ # GITHUB_CTX: ${{ toJSON(github) }}
40+ # run: echo "$GITHUB_CTX"
3941
4042 - name : " 1: Write YAML"
4143 if : ${{ !cancelled() }}
You can’t perform that action at this time.
0 commit comments