mirror of
https://github.com/easingthemes/ssh-deploy.git
synced 2024-11-14 15:18:03 +00:00
CI add git user data
This commit is contained in:
parent
386c8766a0
commit
9ae3c340cb
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…
Reference in New Issue
Block a user