From 0d0d70d496ebe438b05e700e648fa582792196f7 Mon Sep 17 00:00:00 2001 From: seiren Date: Sun, 31 Dec 2023 18:22:09 +0900 Subject: [PATCH] Auto commit parse files --- .github/workflows/parse.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/parse.yml b/.github/workflows/parse.yml index 02121fb88..2e4fcbc48 100644 --- a/.github/workflows/parse.yml +++ b/.github/workflows/parse.yml @@ -5,10 +5,6 @@ on: push: #paths: # - "src/raylib.h" -# todo -# pull_request: -# paths: -# - "src/raylib.h" jobs: build: @@ -34,4 +30,8 @@ jobs: if: steps.diff.outcome == 'failure' run: | set -x - echo wip + git config user.email "github-actions[bot]@users.noreply.github.com" + git config user.name "github-actions[bot]" + git add parser + git commit -m "Update raylib_api.* by CI" + git push \ No newline at end of file