diff --git a/.github/workflows/generate_types.yml b/.github/workflows/generate_types.yml index 614ef77..401bf6e 100644 --- a/.github/workflows/generate_types.yml +++ b/.github/workflows/generate_types.yml @@ -17,6 +17,8 @@ jobs: run: npx openapi-typescript https://gr.lnkshrt.xyz/openapi.json -o ./src/lib/api_schema.d.ts - name: Commit file run: | + git config --global user.name github-actions[bot] + git config --global user.email 41898282+github-actions[bot]@users.noreply.github.com git add src/lib/api_schema.d.ts git commit -m "chore: generate API types" - git push \ No newline at end of file + git push