mirror of
https://github.com/TheAlgorithms/JavaScript.git
synced 2025-12-19 06:58:15 +08:00
chore: use UpperCamelCase
This commit is contained in:
10
.github/workflows/CommitAndPushDirectory.sh
vendored
Executable file
10
.github/workflows/CommitAndPushDirectory.sh
vendored
Executable file
@@ -0,0 +1,10 @@
|
||||
if ! git diff --quiet DIRECTORY.md; then
|
||||
echo Changes found, attempting to commit and push...
|
||||
git add DIRECTORY.md
|
||||
git commit -am "Auto-update DIRECTORY.md" || true
|
||||
git push --force origin HEAD:$GITHUB_REF || true
|
||||
echo ... done.
|
||||
else
|
||||
echo No changes found, exiting.
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user