Ray
2 mesi fa
committed by
GitHub
Non sono state trovate chiavi note per questa firma nel database
ID Chiave GPG: B5690EEEBB952194
1 ha cambiato i file con
2 aggiunte e
1 eliminazioni
-
.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
|
|
|
|
|