mirror of
https://github.com/marocchino/sticky-pull-request-comment.git
synced 2026-02-20 01:41:44 +00:00
ci: Comment it after build
This commit is contained in:
parent
78b42f021a
commit
a2f9820e73
1 changed files with 2 additions and 0 deletions
|
|
@ -9,6 +9,8 @@ jobs:
|
||||||
contents: write
|
contents: write
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
- run: npm ci
|
||||||
|
- run: npm run build
|
||||||
- uses: ./
|
- uses: ./
|
||||||
with:
|
with:
|
||||||
header: FromPR
|
header: FromPR
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue