set git user

This commit is contained in:
Cubicroot 2021-10-11 19:29:01 +02:00
parent c46d693bbc
commit e6a3487721

View file

@ -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