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 dd76c1d commit 7adc0f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fix_paths.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: create pull request
if: steps.check_diff.outputs.changed == 'true'
run: |
gb url-update
git branch 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:
Expand Down

0 comments on commit 7adc0f0

Please sign in to comment.