Skip to content

Commit

Permalink
Update maven.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dfernandos authored Nov 5, 2023
1 parent d4e73bf commit 99649db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: echo "My secret is ${{ secrets.MONGODB_URI }}"

- name: Debug MONGODB_URI
run: echo "My var is ${{ vars.MONGODB_URI }}"
run: echo "My var is ${{ vars.VAR_ID }}"

- name: Build with Maven
run: ./mvnw -B package --file pom.xml
Expand Down

0 comments on commit 99649db

Please sign in to comment.