|
@@ -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
|