Skip to content

Commit

Permalink
removed spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Vignesh Kennadi committed Sep 9, 2024
1 parent e77163d commit 47ae61f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
# mvn clean verify -DskipTests=true
run: |
export GPG_TTY=$(tty)
mvn clean verify -DskipTests=true -Dgpg.passphrase= ${{ secrets.GPG_PASSPHRASE_TEST }}
mvn clean verify -DskipTests=true -Dgpg.passphrase=${{ secrets.GPG_PASSPHRASE_TEST }}
working-directory: Xero-Java
env:
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE_TEST }}

0 comments on commit 47ae61f

Please sign in to comment.