ci: Comment it after build

This commit is contained in:
marocchino 2021-05-30 10:17:31 +09:00
parent 78b42f021a
commit a2f9820e73
No known key found for this signature in database
GPG key ID: AFF521DBDB122570

View file

@ -9,6 +9,8 @@ jobs:
contents: write
steps:
- uses: actions/checkout@v2
- run: npm ci
- run: npm run build
- uses: ./
with:
header: FromPR