diff --git a/.github/workflows/renovate.yaml b/.github/workflows/renovate.yaml index a69d30c..0251bed 100644 --- a/.github/workflows/renovate.yaml +++ b/.github/workflows/renovate.yaml @@ -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}