Skip to content

Commit

Permalink
Better formatting of multi-line command
Browse files Browse the repository at this point in the history
  • Loading branch information
Cawllec committed Oct 6, 2023
1 parent 0df150a commit 3f11cc5
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/update-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,9 @@ jobs:

- name: Create pull request
if: ${{ steps.current-branch.outputs.branch != 'dep-updater'}}
run: gh pr create -B dep-updater |
-H bumpsnag-$TARGET_SUBMODULE-$TARGET_VERSION |
--title 'Update $TARGET_SUBMODULE to version $TARGET_VERSION' |
--body 'Created by bumpsnag' |
run: |
gh pr create -B dep-updater
-H bumpsnag-$TARGET_SUBMODULE-$TARGET_VERSION
--title 'Update $TARGET_SUBMODULE to version $TARGET_VERSION'
--body 'Created by bumpsnag'
--reviewer cawllec

0 comments on commit 3f11cc5

Please sign in to comment.