We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4aa59cc + b735a82 commit 701ac2fCopy full SHA for 701ac2f
.github/workflows/deploy.yml
@@ -41,7 +41,8 @@ jobs:
41
uses: peter-evans/create-pull-request@v3
42
with:
43
commit-message: Update installer scripts, README.md & installers.toml
44
- title: Update installer scripts, README.md & installers.toml for #${{ steps.vars.outputs.pr_id }}
+ title: |
45
+ Update installer scripts, README.md & installers.toml for #${{ steps.vars.outputs.pr_id }}
46
body: |
47
Updated installer scripts, `README.md` & `installers.toml` according to the changes done in the `installer.toml`s.
48
This is a automatically generated PR in related to PR #${{ steps.vars.outputs.pr_id }}
0 commit comments