From dd76c1dd461d681699fea46c340df810046780f3 Mon Sep 17 00:00:00 2001 From: Charles Garrett Date: Fri, 28 Jun 2024 12:43:07 -0400 Subject: [PATCH] chore: create the fix path branch --- .github/workflows/fix_paths.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/fix_paths.yml b/.github/workflows/fix_paths.yml index 56cb3268..2ab7711b 100644 --- a/.github/workflows/fix_paths.yml +++ b/.github/workflows/fix_paths.yml @@ -25,6 +25,9 @@ jobs: - name: create pull request if: steps.check_diff.outputs.changed == 'true' - run: gh pr create -B develop -H url-update --fill -m 'auto-update URL paths in response to marketing content update' + run: | + gb url-update + git checkout url-update + gh pr create -B develop -H url-update --fill -m 'build: auto-update URL paths in response to marketing content update. Before merging Test /blog/page/2' env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file