Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
baynezy committed Jan 1, 2025
1 parent 9dcc9bd commit b5b9df3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b5b9df3

Please sign in to comment.