diff --git a/.github/workflows/directory_workflow.yml b/.github/workflows/directory_workflow.yml index f3f4a7145a1..13a42727940 100644 --- a/.github/workflows/directory_workflow.yml +++ b/.github/workflows/directory_workflow.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/setup-python@v4 - name: Setup Git Specs run: | - git config --global user.name github-actions + git config --global user.name "$GITHUB_ACTOR" 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 - name: Update DIRECTORY.md