Skip to content

Commit

Permalink
Remove unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
dfernandos authored Nov 5, 2023
1 parent 1c3059d commit bbd7970
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ jobs:
- name: Set up environment variables
run: echo "My secret is ${{ secrets.MONGODB_URI }}"

- name: Debug MONGODB_URI TEST
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 bbd7970

Please sign in to comment.