mirror of
https://github.com/easingthemes/ssh-deploy.git
synced 2024-11-12 13:48:07 +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:
|
||||
- name: Checkout
|
||||
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
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user