Ray
1 месяц назад
committed by
GitHub
Родитель
Сommit
8b3ea995f9
Не найден GPG ключ соответствующий данной подписи
Идентификатор GPG ключа: 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 |