We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
GITHUB_ACTOR
git config
1 parent e440c07 commit cb138a8Copy full SHA for cb138a8
1 file changed
.github/workflows/directory_workflow.yml
@@ -10,8 +10,8 @@ jobs:
10
- uses: actions/setup-python@v2
11
- name: Setup Git Specs
12
run: |
13
- git config --global user.name github-actions
14
- git config --global user.email '${GITHUB_ACTOR}@users.noreply.github.com'
+ git config --global user.name "$GITHUB_ACTOR"
+ git config --global user.email "$GITHUB_ACTOR@users.noreply.github.com"
15
git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/$GITHUB_REPOSITORY
16
- name: Update DIRECTORY.md
17
shell: python
0 commit comments