Skip to content

Commit

Permalink
ci: Update pr-comment-artifact-url.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jy95 authored Sep 2, 2023
1 parent 8fe7e95 commit 6b5ec85
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/pr-comment-artifact-url.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# pr-comment-artifact-url.yml
---
name: Comment Artifact URL on PR

# Credits to https://github.com/orgs/community/discussions/51403#discussioncomment-5515349
name: Comment Artifact URL on PR

on:
workflow_run:
Expand All @@ -14,6 +11,8 @@ on:
jobs:
comment-on-pr:
if: github.event.workflow_run.conclusion == 'success'
permissions:
pull-requests: write
runs-on: ubuntu-latest
steps:

Expand Down Expand Up @@ -75,4 +74,4 @@ jobs:
| Jar Files | ${{ env. ARTIFACT_URL }}
[badge]: https://img.shields.io/badge/Build-Success!-3fb950?logo=github&style=for-the-badge
[badge]: https://img.shields.io/badge/Build-Success!-3fb950?logo=github&style=for-the-badge

0 comments on commit 6b5ec85

Please sign in to comment.