mirror of
https://github.com/TheAlgorithms/JavaScript.git
synced 2025-07-13 08:21:36 +08:00
Don't cat the full DIRECTORY.md file in the github job
This commit is contained in:
1
.github/workflows/update_directory_md.yml
vendored
1
.github/workflows/update_directory_md.yml
vendored
@ -17,7 +17,6 @@ jobs:
|
|||||||
|
|
||||||
- name: 🤓 Commit & push new Directory (if needed)
|
- name: 🤓 Commit & push new Directory (if needed)
|
||||||
run: |
|
run: |
|
||||||
cat DIRECTORY.md
|
|
||||||
git config --global user.name github-actions
|
git config --global user.name github-actions
|
||||||
git config --global user.email '${GITHUB_ACTOR}@users.noreply.github.com'
|
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 remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/$GITHUB_REPOSITORY
|
||||||
|
Reference in New Issue
Block a user