mirror of
https://github.com/TheAlgorithms/Python.git
synced 2026-03-13 09:50:19 +08:00
git add DIRECTORY.md (#1674)
* git add DIRECTORY.md * updating DIRECTORY.md
This commit is contained in:
committed by
John Law
parent
a26ae00b24
commit
f9e1a16a98
1
.github/workflows/directory_writer.yml
vendored
1
.github/workflows/directory_writer.yml
vendored
@@ -16,5 +16,6 @@ jobs:
|
||||
git config --global user.name github-actions
|
||||
git config --global user.email '${GITHUB_ACTOR}@users.noreply.github.com'
|
||||
git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/$GITHUB_REPOSITORY
|
||||
git add DIRECTORY.md
|
||||
git commit -am "updating DIRECTORY.md" || true
|
||||
git push --force origin HEAD:$GITHUB_REF || true
|
||||
|
||||
Reference in New Issue
Block a user