From 3f11cc562467e87f5a8b6e61783c2b1e20d25408 Mon Sep 17 00:00:00 2001 From: Alex Moinet Date: Fri, 6 Oct 2023 15:33:53 +0100 Subject: [PATCH] Better formatting of multi-line command --- .github/workflows/update-dependencies.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/update-dependencies.yml b/.github/workflows/update-dependencies.yml index 5c0daa6c9..0dca67f51 100644 --- a/.github/workflows/update-dependencies.yml +++ b/.github/workflows/update-dependencies.yml @@ -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