浏览代码

Update parse.yml

pull/5103/head
Ray 2 个月前
committed by GitHub
父节点
当前提交
5daeffd91b
找不到此签名对应的密钥 GPG 密钥 ID: B5690EEEBB952194
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. +2
    -1
      .github/workflows/parse.yml

+ 2
- 1
.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

正在加载...
取消
保存