Maybe this one ?
This commit is contained in:
@ -58,11 +58,12 @@ jobs:
|
|||||||
|
|
||||||
- name: upload it on my repo
|
- name: upload it on my repo
|
||||||
run: |
|
run: |
|
||||||
|
git config --global user.name "Gitea Actions"
|
||||||
|
git config --global user.email "me@uzurka.fr"
|
||||||
git clone git@git.ssh.uzurka.fr:Uzurka/lancache-adguardhome-config.git
|
git clone git@git.ssh.uzurka.fr:Uzurka/lancache-adguardhome-config.git
|
||||||
cd lancache-adguardhome-config
|
cd lancache-adguardhome-config
|
||||||
cp /tmp/lancache.conf ./
|
cp /tmp/lancache.conf ./
|
||||||
git add lancache.conf
|
git add lancache.conf
|
||||||
git config --global user.name "Gitea Actions"
|
|
||||||
git commit -m "Update AGH Conf on $(date +'%Y-%m-%d')"
|
git commit -m "Update AGH Conf on $(date +'%Y-%m-%d')"
|
||||||
git push
|
git push
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user