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 4178ff0 commit 7aeee2b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,7 @@ jobs:
- uses: browser-actions/setup-chrome@latest

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

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

0 comments on commit 7aeee2b

Please sign in to comment.