We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2cf8d7d + 45276f1 commit b6014aeCopy full SHA for b6014ae
.github/workflows/generate_types.yml
@@ -17,6 +17,8 @@ jobs:
17
run: npx openapi-typescript https://gr.lnkshrt.xyz/openapi.json -o ./src/lib/api_schema.d.ts
18
- name: Commit file
19
run: |
20
+ git config --global user.name github-actions[bot]
21
+ git config --global user.email 41898282+github-actions[bot]@users.noreply.github.com
22
git add src/lib/api_schema.d.ts
23
git commit -m "chore: generate API types"
- git push
24
+ git push
0 commit comments