Skip to content

Commit 3c83cf8

Browse files
committed
Don't dump GithHub context
1 parent 730a981 commit 3c83cf8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/build.yml

-4
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@v5
1915
with:

0 commit comments

Comments
 (0)