Skip to content

Commit 33c040a

Browse files
authored
Don't dump GitHub context
1 parent e8f80e7 commit 33c040a

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

.github/workflows/build.yml

-4
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ jobs:
66
test:
77
runs-on: ubuntu-latest
88
steps:
9-
- name: Dump GitHub context
10-
env:
11-
GITHUB_CONTEXT: ${{ toJson(github) }}
12-
run: echo "$GITHUB_CONTEXT"
139
- name: Set up Python 3
1410
uses: actions/setup-python@v4
1511
with:

.github/workflows/release.yml

-4
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@ jobs:
88
upload-release-assets:
99
runs-on: ubuntu-latest
1010
steps:
11-
- name: Dump GitHub context
12-
env:
13-
GITHUB_CONTEXT: ${{ toJson(github) }}
14-
run: echo "$GITHUB_CONTEXT"
1511
- name: Translate Repo Name For Build Tools filename_prefix
1612
id: repo-name
1713
run: |

0 commit comments

Comments
 (0)