Skip to content

Commit

Permalink
update update_changelog.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
VigersRay committed Jun 12, 2024
1 parent c071fff commit 3a301d1
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/update_changelog.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name: Update sunrise changelog

on:
push:
branches: [master]
Expand Down Expand Up @@ -27,8 +29,9 @@ jobs:

- name: Commit and Push Changes
run: |
git config --global user.name 'github-actions[bot]'
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
git config --global user.name 'VigersRay'
git config --global user.email '[email protected]'
git remote set-url origin https://${{ secrets.GH_TOKEN }}@github.com/VigersRay/repository.git
git add Resources/Changelog/ChangelogSunrise.yml
git commit -m 'Update changelog from PR #${{ github.event.pull_request.number }}'
git push
git push HEAD:master

0 comments on commit 3a301d1

Please sign in to comment.