We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8beeea commit b3c75c3Copy full SHA for b3c75c3
.github/workflows/deploy.yml
@@ -6,6 +6,9 @@ jobs:
6
steps:
7
- name: checkout repo
8
uses: actions/checkout@v3
9
+ - run: |
10
+ git config --global user.email "${GITHUB_ACTOR_ID}+${GITHUB_ACTOR}@users.noreply.github.com"
11
+ git config --global user.name "${GITHUB_ACTOR}"
12
- name: use node.js
13
uses: actions/setup-node@v3
14
with:
0 commit comments