Skip to content

Commit f6396f4

Browse files
committed
Don't cat the full DIRECTORY.md file in the github job
1 parent 21d4096 commit f6396f4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/update_directory_md.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ jobs:
1717

1818
- name: 🤓 Commit & push new Directory (if needed)
1919
run: |
20-
cat DIRECTORY.md
2120
git config --global user.name github-actions
2221
git config --global user.email '${GITHUB_ACTOR}@users.noreply.github.com'
2322
git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/$GITHUB_REPOSITORY

0 commit comments

Comments
 (0)