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.
2 parents 2f720d1 + 81622cc commit 51b0b36Copy full SHA for 51b0b36
.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 "$[email protected]"
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