From fa49702a85d54df5f530e3cd1ca3fd7dcb7dec07 Mon Sep 17 00:00:00 2001 From: William Dutton Date: Tue, 6 Aug 2024 14:08:48 +1000 Subject: [PATCH] pr create manually --- .github/workflows/updateChangeLog.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/updateChangeLog.yml b/.github/workflows/updateChangeLog.yml index da36d15..1024a7e 100644 --- a/.github/workflows/updateChangeLog.yml +++ b/.github/workflows/updateChangeLog.yml @@ -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