Skip to content

Commit 3224d94

Browse files
authored
Merge pull request #6 from adafruit/dev/gh-context
Don't dump GitHub context
2 parents 8b7264d + dacc477 commit 3224d94

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@ jobs:
1010
test:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- name: Dump GitHub context
14-
env:
15-
GITHUB_CONTEXT: ${{ toJson(github) }}
16-
run: echo "$GITHUB_CONTEXT"
1713
- name: Set up Python 3.x (Latest)
1814
uses: actions/setup-python@v4
1915
with:

0 commit comments

Comments
 (0)