Skip to content

Commit 0807709

Browse files
committed
remove context dump
1 parent 8d68b29 commit 0807709

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/validate_and_release.yml

-4
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@ jobs:
2121
runs-on: ubuntu-latest
2222
steps:
2323
- uses: actions/checkout@v4
24-
- name: Dump GitHub context
25-
env:
26-
GITHUB_CONTEXT: ${{ toJson(github) }}
27-
run: echo "$GITHUB_CONTEXT"
2824
- name: Set up Python
2925
uses: actions/setup-python@v5
3026
with:

0 commit comments

Comments
 (0)