From f6396f48225b61544fe0d5d560b4a9b7013dcf2d Mon Sep 17 00:00:00 2001 From: Roland Hummel Date: Sun, 3 Oct 2021 23:35:11 +0200 Subject: [PATCH] Don't cat the full DIRECTORY.md file in the github job --- .github/workflows/update_directory_md.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/update_directory_md.yml b/.github/workflows/update_directory_md.yml index 530eb41db..f2a86dad4 100644 --- a/.github/workflows/update_directory_md.yml +++ b/.github/workflows/update_directory_md.yml @@ -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