mirror of
https://github.com/mshick/add-pr-comment.git
synced 2025-12-31 22:29:45 +11:00
Allow message overrides for statuses (#62)
This commit is contained in:
parent
75079b41e7
commit
f116a1a828
10 changed files with 407 additions and 87 deletions
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
|
|
@ -54,12 +54,13 @@ jobs:
|
|||
|
||||
- name: Build action
|
||||
run: |
|
||||
npm run build
|
||||
npm run release
|
||||
|
||||
- uses: ./
|
||||
with:
|
||||
message: |
|
||||
**Hello ${{ github.run_number }}**
|
||||
🌏
|
||||
!
|
||||
!
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
status: ${{ job.status }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue