Skip to content

Commit

Permalink
Fix sed in tag workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Hasan Turken <turkenh@gmail.com>
  • Loading branch information
turkenh committed Oct 23, 2020
1 parent 7f5f9c8 commit 3e140ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Configure Git User
run: |
git config --global credential.helper cache
git config remote.origin.url https://${UPBOUND_BOT_USR}:${UPBOUND_BOT_PSW}@$(git config --get remote.origin.url | sed -e 's*https:\\*\\//*')
git config remote.origin.url https://${UPBOUND_BOT_USR}:${UPBOUND_BOT_PSW}@$(git config --get remote.origin.url | sed -e 's/https:\/\///')
git config user.name "upbound-bot"
git config user.email "info@crossplane.io"
Expand Down

0 comments on commit 3e140ba

Please sign in to comment.