Skip to content

Commit 9bea152

Browse files
committed
Update Workflows
1 parent af4cb82 commit 9bea152

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

.github/workflows/lint.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,11 @@ jobs:
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() }}

.github/workflows/test.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,11 @@ jobs:
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() }}

0 commit comments

Comments
 (0)