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.
1 parent 2648ccf commit b735a82Copy full SHA for b735a82
.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