Skip to content

Commit

Permalink
asdfasdfasd
Browse files Browse the repository at this point in the history
  • Loading branch information
emptyrivers committed Apr 29, 2024
1 parent 46e4127 commit 12924b8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/pr-commenter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ comment:
glob-options:
dot: true
body: |
{{#url}}An experimental build of WeakAuras with the changes in this pull request is available ${{url}}.{{/url}}
{{^url}}Experimental build was unsuccessful. See the logs for details.{{/url}}
{{#build_id}}An experimental build of WeakAuras with the changes in this pull request is available [here](https://github.com/${{repository}/actions/runs/{{run_id}}/artifacts/{{build_id}}).{{/build_id}}
{{^build_id}}Experimental build was unsuccessful. See the logs for details.{{/build_id}}
3 changes: 2 additions & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,9 @@ jobs:
config-file: ".github/pr-commenter.yml"
template-variables: |
{
"repository": "${{ github.repository }}",
"build_id": "${{ steps.upload-artifact.outputs.artifact-id }}",
"url": "${{ steps.upload-artifact.conclusion == 'success' && steps.upload-artifact.outputs.artifact-url }}"
"run_id": "${{ github.run_id }}",
}
- name: Send Status to Discord
Expand Down

0 comments on commit 12924b8

Please sign in to comment.