Skip to content

Commit

Permalink
chore: create the fix path branch
Browse files Browse the repository at this point in the history
  • Loading branch information
charleslavon committed Jun 28, 2024
1 parent 6e7bb4b commit dd76c1d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/fix_paths.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit dd76c1d

Please sign in to comment.