We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c345868 commit bb0fc52Copy full SHA for bb0fc52
.github/workflows/cd.yml
@@ -16,6 +16,10 @@ jobs:
16
- uses: actions/setup-node@v1
17
with:
18
node-version: 14.x
19
+ - name: Configure Identity
20
+ run: |
21
+ git config user.name github-actions
22
+ git config user.email github-actions@github.com
23
- name: Prepare NPM Token
24
run: echo //registry.npmjs.org/:_authToken=${NPM_TOKEN} > .npmrc
25
shell: bash
@@ -29,7 +33,3 @@ jobs:
29
33
30
34
env:
31
35
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
32
- GIT_AUTHOR_NAME: Ionitron
- GIT_AUTHOR_EMAIL: hi@ionicframework.com
- GIT_COMMITTER_NAME: Ionitron
- GIT_COMMITTER_EMAIL: hi@ionicframework.com
0 commit comments