From 6e7bb4bff95acd2959a9f75fe839bd849c995690 Mon Sep 17 00:00:00 2001 From: Charles Garrett Date: Fri, 28 Jun 2024 12:34:28 -0400 Subject: [PATCH] chore: test one more iteration on pr create --- .github/workflows/fix_paths.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/fix_paths.yml b/.github/workflows/fix_paths.yml index faf777f1..56cb3268 100644 --- a/.github/workflows/fix_paths.yml +++ b/.github/workflows/fix_paths.yml @@ -25,6 +25,6 @@ jobs: - name: create pull request if: steps.check_diff.outputs.changed == 'true' - run: gh pr create -B url-update -H develop --fill -m 'auto-update URL paths in response to marketing content update' + run: gh pr create -B develop -H url-update --fill -m 'auto-update URL paths in response to marketing content update' env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file