mirror of
https://github.com/waku-org/js-waku.git
synced 2025-02-17 06:47:29 +00:00
Merge #59
59: Set git identity to auto-deploy pages from main r=D4nte a=D4nte Co-authored-by: Franck Royer <franck@status.im>
This commit is contained in:
commit
13a8b45b72
5
.github/workflows/deploy-gh-pages.yml
vendored
5
.github/workflows/deploy-gh-pages.yml
vendored
@ -13,6 +13,11 @@ jobs:
|
|||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v2
|
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
|
- name: Install NodeJS
|
||||||
uses: actions/setup-node@v2
|
uses: actions/setup-node@v2
|
||||||
with:
|
with:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user