Skip to content

Commit

Permalink
Merge pull request #118 from d-kuro/d-kuro/fix
Browse files Browse the repository at this point in the history
fix renovate workflow
  • Loading branch information
d-kuro authored Dec 10, 2020
2 parents f99f642 + 8537276 commit c0302e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/renovate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
git config --global user.name ${GIT_USER}
git config --global user.email ${GIT_EMAIL}
git add go.mod go.sum
git commit --amend --no-edit
git push -f origin HEAD:${GITHUB_REF}
git commit -m "go mod tidy"
git push origin HEAD:${GITHUB_REF}
fi
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit c0302e2

Please sign in to comment.