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 f4c0d96 commit ded4c47
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ jobs:

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

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

0 comments on commit ded4c47

Please sign in to comment.