Skip to content

Commit

Permalink
ci: testing with GIT_USERNAME with double quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
juancarlosjr97 committed Feb 10, 2024
1 parent 2c1d74d commit edeeafe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
run: |
docker run \
-e GIT_EMAIL=${GIT_EMAIL} \
-e GIT_USERNAME=${GIT_USERNAME} \
-e GIT_USERNAME="${GIT_USERNAME}" \
-v $PWD:/app \
ghcr.io/${{ github.repository }}:${{ github.sha }} \
release-it --dry-run
Expand Down

0 comments on commit edeeafe

Please sign in to comment.