Skip to content

Commit

Permalink
feat(update): changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
imbhargav5 committed Apr 27, 2021
1 parent 565d392 commit b42990c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/work.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,8 @@ jobs:
continue-on-error: true
run: |
git add .
git config push.default current
git -c user.name="imbhargav5" -c user.email="imbhargav5@users.noreply.github.com" \
commit -m "Update changelog [skip ci]" --no-verify --quiet
git pull "https://imbhargav5:${{ secrets.GITHUB_TOKEN }}@github.com/${GITHUB_REPOSITORY}.git" main --rebase
git push "https://imbhargav5:${{ secrets.GITHUB_TOKEN }}@github.com/${GITHUB_REPOSITORY}.git" main
git pull --rebase
git push

0 comments on commit b42990c

Please sign in to comment.