diff --git a/.github/workflows/directory_workflow.yml b/.github/workflows/directory_workflow.yml index 384f67ac707..f3f4a7145a1 100644 --- a/.github/workflows/directory_workflow.yml +++ b/.github/workflows/directory_workflow.yml @@ -15,7 +15,7 @@ jobs: - name: Setup Git Specs run: | git config --global user.name github-actions - git config --global user.email '${GITHUB_ACTOR}@users.noreply.github.com' + 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 run: |