Skip to content

Commit 2648ccf

Browse files
committed
Adding improvements
1 parent 4805d02 commit 2648ccf

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.github/workflows/deploy.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,19 +33,20 @@ jobs:
3333
id: vars
3434
run: |
3535
echo "The related PR is ${PR}"
36-
echo ::set-output name=pr_id::"#${PR}"
36+
echo ::set-output name=pr_id::"${PR}"
3737
env:
3838
PR: ${{ steps.findPr.outputs.pr }}
3939
- name: Create a pull request for README.md & installers.toml updates
4040
if: env.GIT_DIFF
4141
uses: peter-evans/create-pull-request@v3
4242
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 }}
4545
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 }}
4848
branch: update-readme-md-and-installers-toml-${{ steps.vars.outputs.pr_id }}
49+
labels: automated-pr, continious-delivery
4950
- name: Archive Production Artifact
5051
if: env.GIT_DIFF
5152
uses: actions/upload-artifact@master
@@ -64,7 +65,7 @@ jobs:
6465
uses: technote-space/get-diff-action@v1
6566
with:
6667
PREFIX_FILTER: |
67-
installers
68+
installers/
6869
- name: Download Artifact
6970
if: env.GIT_DIFF
7071
uses: actions/download-artifact@master

0 commit comments

Comments
 (0)