Auto commit parse files
This commit is contained in:
parent
45f318c030
commit
0d0d70d496
10
.github/workflows/parse.yml
vendored
10
.github/workflows/parse.yml
vendored
|
|
@ -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
|
||||||
Loading…
Reference in New Issue
Block a user