Skip to content

Commit 5b3dbb1

Browse files
cclaussstokhos
authored andcommitted
git add DIRECTORY.md (TheAlgorithms#1674)
* git add DIRECTORY.md * updating DIRECTORY.md
1 parent 0479d03 commit 5b3dbb1

File tree

2 files changed

+576
-0
lines changed

2 files changed

+576
-0
lines changed

.github/workflows/directory_writer.yml

+1
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,6 @@ jobs:
1616
git config --global user.name github-actions
1717
git config --global user.email '${GITHUB_ACTOR}@users.noreply.github.com'
1818
git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/$GITHUB_REPOSITORY
19+
git add DIRECTORY.md
1920
git commit -am "updating DIRECTORY.md" || true
2021
git push --force origin HEAD:$GITHUB_REF || true

0 commit comments

Comments
 (0)