Skip to content

Commit af18611

Browse files
authored
Merge pull request #138 from tekktrik/dev/no-context-dump
Don't dump GitHub context
2 parents 19e7fc1 + 33c040a commit af18611

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 4 deletions
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

Lines changed: 0 additions & 4 deletions
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)