From 5daeffd91b3a6c46674bb510f5f2bd5d0a775c43 Mon Sep 17 00:00:00 2001 From: Ray Date: Fri, 8 Aug 2025 23:08:42 +0200 Subject: [PATCH] Update parse.yml --- .github/workflows/parse.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/parse.yml b/.github/workflows/parse.yml index 4491b142e..4d5e25998 100644 --- a/.github/workflows/parse.yml +++ b/.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 +