Bläddra i källkod

Update examples_update.yml

Ray 1 månad sedan
förälder
incheckning
e38e7a8141
1 ändrade filer med 10 tillägg och 10 borttagningar
  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
       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
       env:
         GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
       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