Skip to content

Commit f9e1a16

Browse files
cclausspoyea
authored andcommitted
git add DIRECTORY.md (TheAlgorithms#1674)
* git add DIRECTORY.md * updating DIRECTORY.md
1 parent a26ae00 commit f9e1a16

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)