Skip to content

Commit

Permalink
Update merge.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
OverlordZorn committed Nov 4, 2024
1 parent e6dff6d commit 56ab533
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ jobs:
- name: Run HEMTT build
run: hemtt script update_2_patch
- name: Commit to Repo
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
git config user.name "github-actions[bot]"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
git add .
git commit -m "version Bump"
git commit -m "[CI] Merge Version Bump"
git push
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 56ab533

Please sign in to comment.