Skip to content

Commit 3450e38

Browse files
committed
ci: remove full event information as it breaks something
1 parent 8029da8 commit 3450e38

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/gradle.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ jobs:
3232
echo "github.event.pull_request.head.repo.full_name=${{ github.event.pull_request.head.repo.full_name }}"
3333
echo "github.event.pull_request.base.repo.full_name=${{ github.event.pull_request.base.repo.full_name }}"
3434
echo "github.event.action=${{ github.event.action }}"
35-
echo "github.event=${{ toJson(github.event) }}"
3635
- uses: actions/checkout@v4
3736
- name: Set up openJDK version
3837
uses: actions/setup-java@v4

0 commit comments

Comments
 (0)