mirror of
https://github.com/TheAlgorithms/JavaScript.git
synced 2025-07-07 19:17:33 +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)
|
||||
run: |
|
||||
cat DIRECTORY.md
|
||||
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
|
||||
|
Reference in New Issue
Block a user