Ray
vor 2 Monaten
committed von
GitHub
Ursprung
Commit
5daeffd91b
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: B5690EEEBB952194
1 geänderte Dateien mit
2 neuen und
1 gelöschten Zeilen
-
.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
|
|
|
|
|