From a5284e8b62c45700a2ea427d986a32565241a7e3 Mon Sep 17 00:00:00 2001 From: Scott Date: Mon, 29 Jan 2024 12:30:11 -0500 Subject: [PATCH] ci: testing PR create and merge - potentially fixed PR issue + fixing what branch it targets --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a0aa241..a2fd929 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -42,7 +42,7 @@ jobs: - name: auto commit uses: stefanzweifel/git-auto-commit-action@v5 with: - branch: feature-123 + branch: update-from-${{ github.sha }} # create PR using GitHub CLI - name: create PR with update info id: create-pr