Auto commit parse files

This commit is contained in:
seiren 2023-12-31 18:22:09 +09:00
parent 45f318c030
commit 0d0d70d496

View File

@ -5,10 +5,6 @@ on:
push: push:
#paths: #paths:
# - "src/raylib.h" # - "src/raylib.h"
# todo
# pull_request:
# paths:
# - "src/raylib.h"
jobs: jobs:
build: build:
@ -34,4 +30,8 @@ jobs:
if: steps.diff.outcome == 'failure' if: steps.diff.outcome == 'failure'
run: | run: |
set -x 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