mirror of
https://github.com/logos-messaging/js-waku.git
synced 2026-01-03 22:33:07 +00:00
Set git identity to auto-deploy pages from main
This commit is contained in:
parent
5789f39553
commit
9973216393
5
.github/workflows/deploy-gh-pages.yml
vendored
5
.github/workflows/deploy-gh-pages.yml
vendored
@ -13,6 +13,11 @@ jobs:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Set git author identity
|
||||
run: |
|
||||
git config user.name "GitHub Action On js-waku Repo"
|
||||
git config user.email "franck+ghpages@status.im"
|
||||
|
||||
- name: Install NodeJS
|
||||
uses: actions/setup-node@v2
|
||||
with:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user