Skip to content

Commit b735a82

Browse files
committed
Fixing PR title
1 parent 2648ccf commit b735a82

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ jobs:
4141
uses: peter-evans/create-pull-request@v3
4242
with:
4343
commit-message: Update installer scripts, README.md & installers.toml
44-
title: Update installer scripts, README.md & installers.toml for #${{ steps.vars.outputs.pr_id }}
44+
title: |
45+
Update installer scripts, README.md & installers.toml for #${{ steps.vars.outputs.pr_id }}
4546
body: |
4647
Updated installer scripts, `README.md` & `installers.toml` according to the changes done in the `installer.toml`s.
4748
This is a automatically generated PR in related to PR #${{ steps.vars.outputs.pr_id }}

0 commit comments

Comments
 (0)