Skip to content

Commit

Permalink
fix git remote url
Browse files Browse the repository at this point in the history
  • Loading branch information
d-kuro committed Dec 22, 2020
1 parent e78b318 commit 6a103a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/renovate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
fi
if [ ! "$(go mod tidy && git diff -s --exit-code go.sum)" ]; then
git remote set-url origin https://${GIT_USER}:${GITHUB_TOKEN}@github.com/d-kuro/kubectl-fuzzy.git
git remote set-url origin https://d-kuro:${GITHUB_TOKEN}@github.com/d-kuro/kubectl-fuzzy.git
git config --global user.name ${GIT_USER}
git config --global user.email ${GIT_EMAIL}
git add go.mod go.sum
Expand Down

0 comments on commit 6a103a5

Please sign in to comment.