Skip to content

Commit 05ddabc

Browse files
committed
feat: update pull request workflow name and improve comment clarity
1 parent 5752290 commit 05ddabc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pull-request.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build for Pull Request
1+
name: "(Pull Request): Build"
22

33
on:
44
pull_request:
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
issue-number: ${{ github.event.pull_request.number }}
1919
body: |
20-
👌 Build started.. a link to download the built zip file will appear here soon..
20+
👌 Build started.. a link to the built zip file will appear here soon..
2121
2222
install:
2323
needs: comment
@@ -37,4 +37,4 @@ jobs:
3737
comment-id: ${{ needs.comment.outputs.comment_id }}
3838
body: |
3939
### Download and install
40-
📦 [${{ needs.install.outputs.artifact_name }}](${{ needs.install.outputs.artifact_url }})
40+
📦 [${{ needs.install.outputs.artifact_name }}.zip](${{ needs.install.outputs.artifact_url }})

0 commit comments

Comments
 (0)