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