Don't cat the full DIRECTORY.md file in the github job

This commit is contained in:
Roland Hummel
2021-10-03 23:35:11 +02:00
parent 21d4096446
commit f6396f4822

View File

@ -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