浏览代码
Update parse.yml
pull/5103/head
Ray
2 个月前
committed by
GitHub
找不到此签名对应的密钥
GPG 密钥 ID: B5690EEEBB952194
共有
1 个文件被更改,包括
2 次插入 和
1 次删除
-
.github/workflows/parse.yml
|
|
@ -32,6 +32,7 @@ jobs: |
|
|
|
set -x
|
|
|
|
git config user.email "github-actions[bot]@users.noreply.github.com"
|
|
|
|
git config user.name "github-actions[bot]"
|
|
|
|
git add parser
|
|
|
|
git add tools/parser
|
|
|
|
git commit -m "Update raylib_api.* by CI"
|
|
|
|
git push
|
|
|
|
|