We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8029da8 commit 3450e38Copy full SHA for 3450e38
.github/workflows/gradle.yml
@@ -32,7 +32,6 @@ jobs:
32
echo "github.event.pull_request.head.repo.full_name=${{ github.event.pull_request.head.repo.full_name }}"
33
echo "github.event.pull_request.base.repo.full_name=${{ github.event.pull_request.base.repo.full_name }}"
34
echo "github.event.action=${{ github.event.action }}"
35
- echo "github.event=${{ toJson(github.event) }}"
36
- uses: actions/checkout@v4
37
- name: Set up openJDK version
38
uses: actions/setup-java@v4
0 commit comments