From 198f3a62b860ef4bde705a4b9fc8c20ec4900b04 Mon Sep 17 00:00:00 2001 From: d-kuro Date: Tue, 22 Dec 2020 09:13:18 +0900 Subject: [PATCH] fix renovate workflow --- .github/workflows/renovate.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}