mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-06 19:38:15 +00:00
Update examples_update.yml
This commit is contained in:
8
.github/workflows/examples_update.yml
vendored
8
.github/workflows/examples_update.yml
vendored
@@ -58,10 +58,6 @@ jobs:
|
|||||||
git config user.name "github-actions[bot]"
|
git config user.name "github-actions[bot]"
|
||||||
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
|
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
|
||||||
git add -A
|
git add -A
|
||||||
if git diff --cached --quiet; then
|
|
||||||
echo "No changes to commit"
|
|
||||||
exit 0
|
|
||||||
fi
|
|
||||||
git commit -m "Update examples collection"
|
git commit -m "Update examples collection"
|
||||||
git push
|
git push
|
||||||
|
|
||||||
@@ -72,9 +68,5 @@ jobs:
|
|||||||
git config --global user.name "github-actions[bot]"
|
git config --global user.name "github-actions[bot]"
|
||||||
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
|
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
|
||||||
git add examples
|
git add examples
|
||||||
if git diff --cached --quiet; then
|
|
||||||
echo "No changes to push"
|
|
||||||
exit 0
|
|
||||||
fi
|
|
||||||
git commit -m "Update web examples"
|
git commit -m "Update web examples"
|
||||||
git push origin
|
git push origin
|
||||||
|
Reference in New Issue
Block a user