Skip to content

Commit

Permalink
Revert "do not use squash commit"
Browse files Browse the repository at this point in the history
  • Loading branch information
d-kuro authored Dec 22, 2020
1 parent 2a18fc3 commit eb4fdaa
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/renovate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ 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
git commit -m "run go mod tidy"
git push origin $(git symbolic-ref --short --quiet HEAD)
git commit --amend --no-edit
git push -f origin $(git symbolic-ref --short --quiet HEAD)
fi
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GIT_USER: d-kuro
GIT_EMAIL: kurosawa7620@gmail.com
GIT_USER: Renovate Bot
GIT_EMAIL: bot@renovateapp.com

0 comments on commit eb4fdaa

Please sign in to comment.