mirror of
https://github.com/easingthemes/ssh-deploy.git
synced 2025-04-29 03:10:43 -04:00
CI add git user data
This commit is contained in:
parent
386c8766a0
commit
9ae3c340cb
1 changed files with 3 additions and 0 deletions
3
.github/workflows/version-bump-publish.yml
vendored
3
.github/workflows/version-bump-publish.yml
vendored
|
@ -13,6 +13,9 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
- run: |
|
||||||
|
git config user.name github-actions
|
||||||
|
git config user.email github-actions@github.com
|
||||||
- name: Setup NodeJS and run build
|
- name: Setup NodeJS and run build
|
||||||
uses: actions/setup-node@v1
|
uses: actions/setup-node@v1
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Add table
Reference in a new issue