File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 33
33
id : vars
34
34
run : |
35
35
echo "The related PR is ${PR}"
36
- echo ::set-output name=pr_body ::"#${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
44
44
title : Update installer scrits, README.md & installers.toml
45
45
body : |
46
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_body }}
48
- branch : update-readme-md-and-installers-toml
47
+ This is a generated PR in related to PR ${{ steps.vars.outputs.pr_id }}
48
+ branch : update-readme-md-and-installers-toml-${{ steps.vars.outputs.pr_id }}
49
49
- name : Archive Production Artifact
50
50
if : env.GIT_DIFF
51
51
uses : actions/upload-artifact@master
You can’t perform that action at this time.
0 commit comments