Skip to content

Commit

Permalink
Update git manually, use create-pull-request to make pr only
Browse files Browse the repository at this point in the history
  • Loading branch information
duttonw committed Aug 6, 2024
1 parent 886831b commit 1033ab4
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/updateChangeLog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,15 @@ jobs:
git config --global tag.gpgSign true
git config --global gpg.program gpg
- name: Create branch/commit
run: |
git checkout -b update-changelog
git add .
git commit -m"Update changelog"
git push origin update-changelog --force
- name: Create Pull Request
uses: peter-evans/create-pull-request@v4
uses: peter-evans/create-pull-request@v6
with:
commit-message: "Update changelog"
title: "Update Changelog"
body: "Update changelog to reflect release changes"
branch: update-changelog
base: main

0 comments on commit 1033ab4

Please sign in to comment.