1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-19 19:25:48 +00:00

Improve messaging

This commit is contained in:
Daniel Walsh 2023-06-24 12:09:25 +01:00
parent e1f830dac9
commit b393a066f1
No known key found for this signature in database
2 changed files with 8 additions and 5 deletions

View File

@ -49,4 +49,4 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: slimefun-${{ github.event.number }}
path: 'target/Slimefun v4.9-UNOFFICIAL.jar'
path: 'target/Slimefun v4.9-UNOFFICIAL.jar'

View File

@ -7,6 +7,7 @@ on:
- completed
permissions:
contents: read
pull-requests: write
jobs:
@ -57,11 +58,13 @@ jobs:
- name: Post comment
uses: marocchino/sticky-pull-request-comment@v2
with:
number: ${{ env.WORKFLOW_PR_ID }}
message: |
#### Slimefun preview jar
This is the preview jar for this Pull Request.
This can be used for reviewers to test this PR.
### Slimefun preview build
A Slimefun preview build is available for testing!
https://preview-builds.walshy.dev/download/Slimefun/${{ env.WORKFLOW_PR_ID }}/${{ env.WORKFLOW_RUN_ID }}
*Pusher: @${{ github.actor }}, Action: ${{ github.event_name }}*
> **Note**: This is not a supported build and is only here for the purposes of testing.
> Do not run this on a live server and do not report bugs anywhere but this PR!