@@ -33,19 +33,20 @@ jobs:
33
33
id : vars
34
34
run : |
35
35
echo "The related PR is ${PR}"
36
- echo ::set-output name=pr_id::"# ${PR}"
36
+ echo ::set-output name=pr_id::"${PR}"
37
37
env :
38
38
PR : ${{ steps.findPr.outputs.pr }}
39
39
- name : Create a pull request for README.md & installers.toml updates
40
40
if : env.GIT_DIFF
41
41
uses : peter-evans/create-pull-request@v3
42
42
with :
43
- commit-message : update README.md & installers.toml
44
- title : Update installer scripts, README.md & installers.toml
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 }}
45
45
body : |
46
- Update README.md & installers.toml for the changes to the installer scripts .
47
- This is a generated PR in related to PR ${{ steps.vars.outputs.pr_id }}
46
+ Updated installer scripts, ` README.md` & ` installers.toml` according to the changes done in the ` installer.toml`s .
47
+ This is a automatically generated PR in related to PR # ${{ steps.vars.outputs.pr_id }}
48
48
branch : update-readme-md-and-installers-toml-${{ steps.vars.outputs.pr_id }}
49
+ labels : automated-pr, continious-delivery
49
50
- name : Archive Production Artifact
50
51
if : env.GIT_DIFF
51
52
uses : actions/upload-artifact@master
64
65
uses : technote-space/get-diff-action@v1
65
66
with :
66
67
PREFIX_FILTER : |
67
- installers
68
+ installers/
68
69
- name : Download Artifact
69
70
if : env.GIT_DIFF
70
71
uses : actions/download-artifact@master
0 commit comments