use git correctly

This commit is contained in:
Cubicroot 2021-10-11 19:31:37 +02:00
parent e6a3487721
commit 29fb096215

View file

@ -42,4 +42,4 @@ jobs:
- name: Commit and push - name: Commit and push
env: env:
SSH_AUTH_SOCK: /tmp/ssh_agent.sock SSH_AUTH_SOCK: /tmp/ssh_agent.sock
run: cd website && git commit -m "Update to ${{ github.sha }}" && git push run: cd website && git add . && git commit -m "Update to ${{ github.sha }}" && git push