Skip to content

Commit

Permalink
pr create manually
Browse files Browse the repository at this point in the history
  • Loading branch information
duttonw committed Aug 6, 2024
1 parent ca597ee commit fa49702
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/updateChangeLog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,4 @@ jobs:
git add .
git commit -m"Update changelog"
git push origin update-changelog --force
- name: Create Pull Request
uses: peter-evans/create-pull-request@v6
with:
title: "Update Changelog"
body: "Update changelog to reflect release changes"
branch: update-changelog
base: main
gh pr create --title "Update Changelog" --body "Update changelog to reflect release changes" --base main

0 comments on commit fa49702

Please sign in to comment.