Skip to content

Commit 028918c

Browse files
committed
fix: lint & wrong repo
1 parent 86cb9d7 commit 028918c

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
if [ -n "$filtered_output" ]; then
4040
echo "$filtered_output"
4141
echo "$output"
42-
42+
4343
exit ${exit_code:-1}
4444
fi
4545
fi
@@ -72,7 +72,7 @@ jobs:
7272
with:
7373
name: openapi.${{ matrix.format }}
7474
path: dist/openapi.${{ matrix.format }}
75-
75+
7676
release:
7777
runs-on: ubuntu-latest
7878
needs: bundle
@@ -116,7 +116,7 @@ jobs:
116116
needs: release
117117
strategy:
118118
matrix:
119-
repositories:
119+
repository:
120120
- vrchatapi-javascript
121121
- vrchatapi-csharp
122122
- vrchatapi-python
@@ -126,8 +126,9 @@ jobs:
126126
steps:
127127
- run: |
128128
jq -n --argjson payload "$release" '{ event_type: "release", client_payload: $payload }' \
129-
| gh api repos/{owner}/vrchatapi-javascript/dispatches -X POST -i --input -
129+
| gh api repos/{owner}/$repository/dispatches -X POST -i --input -
130130
env:
131+
repository: ${{ matrix.repository }}
131132
release: ${{ needs.release.outputs.release }}
132133
133134
# pages:
@@ -191,4 +192,4 @@ jobs:
191192
# -H 'Accept: application/vnd.github.everest-preview+json' \
192193
# -u ${{ secrets.ACCESS_TOKEN }} \
193194
# --data '{"event_type": "spec_release"}'
194-
#
195+
#

0 commit comments

Comments
 (0)