mirror of
https://github.com/misskey-dev/misskey.git
synced 2025-01-21 00:07:10 +01:00
add api-{base,head}.json into api-artifact
This commit is contained in:
parent
8cdf1a5908
commit
1a898c94ab
1 changed files with 4 additions and 1 deletions
5
.github/workflows/report-api-diff.yml
vendored
5
.github/workflows/report-api-diff.yml
vendored
|
@ -59,7 +59,10 @@ jobs:
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: api-artifact
|
name: api-artifact
|
||||||
path: api-full.json.diff
|
path: |
|
||||||
|
api-full.json.diff
|
||||||
|
api-base.json
|
||||||
|
api-head.json
|
||||||
- id: out-diff
|
- id: out-diff
|
||||||
name: Build diff Comment
|
name: Build diff Comment
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue