Skip to content

Commit

Permalink
ci(pull-request): change message of sticky comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeratoxx committed Mar 2, 2024
1 parent a65f97a commit 47e435b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/bundle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ on:
artifact-url:
description: 'URL to built artifact'
value: ${{ jobs.create-win-bundle.outputs.artifact-url }}
job-url:
description: 'URL to build job'
value: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}

jobs:
create-win-bundle:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/pull-request-bundle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,6 @@ jobs:
uses: marocchino/sticky-pull-request-comment@v2
with:
message: |
Built bundle based on the current state of this Pull Request here: <${{ needs.bundle.outputs.artifact-url }}>
A bundle was built by a build job based on the current state of this Pull Request.
Build Job: <${{ needs.bundle.outputs.job-url }}>
Direct download: <${{ needs.bundle.outputs.artifact-url }}>

0 comments on commit 47e435b

Please sign in to comment.