Skip to content

Commit

Permalink
fix renovate workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
d-kuro committed Dec 22, 2020
1 parent b717cc2 commit 198f3a6
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 @@ -18,7 +18,7 @@ jobs:
exit 0
fi
if [ ! "$(go mod tidy && git diff -s --exit-code go.sum" ]; then
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 config --global user.name ${GIT_USER}
git config --global user.email ${GIT_EMAIL}
Expand Down

0 comments on commit 198f3a6

Please sign in to comment.