Skip to content

Commit 21fdc74

Browse files
committed
chore: comment out an output useful only for debugging a workflow
[skip ci]
1 parent 9b46d23 commit 21fdc74

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/todos-handle-issue-changes.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ jobs:
3333
# https://github.com/actions/checkout#checkout-a-different-branch
3434
ref: generated-todos
3535

36-
- name: Show a payload
37-
env:
38-
GITHUB_CONTEXT: ${{ toJson(github) }}
39-
run: echo "$GITHUB_CONTEXT"
36+
#- name: Show a payload
37+
# env:
38+
# GITHUB_CONTEXT: ${{ toJson(github) }}
39+
# run: echo "$GITHUB_CONTEXT"
4040

4141
- name: Update issue state
4242
env:

0 commit comments

Comments
 (0)