浏览代码

Update examples_update.yml

pull/5122/head
Ray 1 个月前
父节点
当前提交
e38e7a8141
共有 1 个文件被更改,包括 10 次插入10 次删除
  1. +10
    -10
      .github/workflows/examples_update.yml

+ 10
- 10
.github/workflows/examples_update.yml 查看文件

@ -55,18 +55,18 @@ jobs:
- name: Commit changes to raylib repo - name: Commit changes to raylib repo
run: | run: |
git config user.name "github-actions[bot]"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
git add -A
git commit -m "Update examples collection"
git push
#git config user.name "github-actions[bot]"
#git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
#git add -A
#git commit -m "Update examples collection"
#git push
- name: Push changes to raylib.com repo - name: Push changes to raylib.com repo
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: | run: |
git config --global user.name "github-actions[bot]"
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
git add examples
git commit -m "Update web examples"
git push origin
#git config --global user.name "github-actions[bot]"
#git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
#git add examples
#git commit -m "Update web examples"
#git push origin

正在加载...
取消
保存