Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
persapiens committed Nov 26, 2023
1 parent b5b9066 commit f4c0d96
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ jobs:
- uses: browser-actions/setup-firefox@latest
- uses: browser-actions/setup-chrome@latest

- name: Debug owner
run: echo "GH_REPO_O: $GH_REPO_O"
env: GH_REPO_O: ${{ github.repository_owner }}

- name: Validate with Maven
run: ./mvnw -B clean validate

Expand Down

0 comments on commit f4c0d96

Please sign in to comment.