Skip to content

Commit

Permalink
chore: test one more iteration on pr create
Browse files Browse the repository at this point in the history
  • Loading branch information
charleslavon committed Jun 28, 2024
1 parent c41881a commit 6e7bb4b
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 @@ -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 }}

0 comments on commit 6e7bb4b

Please sign in to comment.