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 10, 2020
1 parent 3ba79c9 commit 8537276
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 8537276

Please sign in to comment.