mirror of
https://github.com/pushbits/server.git
synced 2025-06-05 20:22:01 +02:00
set git user
This commit is contained in:
parent
c46d693bbc
commit
e6a3487721
1 changed files with 2 additions and 0 deletions
2
.github/workflows/documentation.yml
vendored
2
.github/workflows/documentation.yml
vendored
|
@ -37,6 +37,8 @@ jobs:
|
|||
run: mkdir website && git clone git@github.com:pushbits/website.git website
|
||||
- name: Copy index.html
|
||||
run: cp index.html website/index.html
|
||||
- name: Set git config
|
||||
run: git config --global user.email "pipeline@pushbits.io" && git config --global user.name "Pushbits Pipeline"
|
||||
- name: Commit and push
|
||||
env:
|
||||
SSH_AUTH_SOCK: /tmp/ssh_agent.sock
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue