Skip to content

Commit

Permalink
back with slash
Browse files Browse the repository at this point in the history
  • Loading branch information
tutkat committed May 22, 2024
1 parent b0b121f commit 81e58df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-commit-client-updates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
TEST_USER_NAME: ${{ secrets.TEST_USER_NAME }}
TEST_USER_PASSWORD: ${{ secrets.TEST_USER_PASSWORD }}
shell: bash
working-directory: equinix-openapi-fabric
working-directory: ./equinix-openapi-fabric
run: |-
mvn clean package -DenvUrl=${{ env.TEST_HOST_URL }} -DuserName=${{ env.TEST_USER_NAME }} \
-DuserPassword=${{ env.TEST_USER_PASSWORD }} -DclientId=${{ env.CLIENT_ID }} -DclientSecret=${{ env.CLIENT_SECRET }}
Expand Down

0 comments on commit 81e58df

Please sign in to comment.