소스 검색
Update parse_api.yml
pull/5344/head
Ray
3 달 전
committed by
GitHub
No known key found for this signature in database
GPG 키 ID: B5690EEEBB952194
1개의 변경된 파일과
1개의 추가작업 그리고
1개의 파일을 삭제
-
.github/workflows/parse_api.yml
|
|
|
@ -32,6 +32,6 @@ jobs: |
|
|
|
set -x |
|
|
|
git config user.name "github-actions[bot]" |
|
|
|
git config user.email "41898282+github-actions[bot]@users.noreply.github.com" |
|
|
|
git add tools/rlparser |
|
|
|
git add tools/rlparser/output |
|
|
|
git commit -m "rlparser: update raylib_api.* by CI" |
|
|
|
git push |