diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml index f2f3e4e..dbc8e41 100644 --- a/.github/workflows/static-analysis.yml +++ b/.github/workflows/static-analysis.yml @@ -27,6 +27,14 @@ jobs: name: Build and analyse runs-on: ubuntu-latest steps: + - name: Log GitHub Event + run: | + echo "GitHub Event: ${{ github.event_name }}" + echo "GitHub Actor: ${{ github.actor }}" + echo "GitHub Repository: ${{ github.repository }}" + echo "GitHub Head Ref: ${{ github.head_ref }}" + echo "GitHub Base Ref: ${{ github.base_ref }}" + echo "GitHub Event Pull Request Head Repo Full Name: ${{ github.event.pull_request.head.repo.full_name }}" - name: Set up JDK 17 uses: actions/setup-java@v4 with: