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 5752290 commit 05ddabcCopy full SHA for 05ddabc
.github/workflows/pull-request.yml
@@ -1,4 +1,4 @@
1
-name: Build for Pull Request
+name: "(Pull Request): Build"
2
3
on:
4
pull_request:
@@ -17,7 +17,7 @@ jobs:
17
with:
18
issue-number: ${{ github.event.pull_request.number }}
19
body: |
20
- 👌 Build started.. a link to download the built zip file will appear here soon..
+ 👌 Build started.. a link to the built zip file will appear here soon..
21
22
install:
23
needs: comment
@@ -37,4 +37,4 @@ jobs:
37
comment-id: ${{ needs.comment.outputs.comment_id }}
38
39
### Download and install
40
- 📦 [${{ needs.install.outputs.artifact_name }}](${{ needs.install.outputs.artifact_url }})
+ 📦 [${{ needs.install.outputs.artifact_name }}.zip](${{ needs.install.outputs.artifact_url }})
0 commit comments