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