Update updatewiki.yml

This commit is contained in:
Gustavo Iñiguez Goia 2023-03-12 16:25:24 +01:00 committed by GitHub
parent 344b5ef7db
commit 7db764c1b2
Failed to generate hash of commit

View file

@ -25,7 +25,8 @@ jobs:
git clone https://$GH_REPO_DEST
mv -f wiki/* $REPO_DEST/
cd $REPO_DEST
git config user.name "wiki auto updater"
git config --global user.email "wiki.updater@opensnitch.github"
git config --global user.name "wiki auto updater"
git add .
git commit -m "updated after opensnitch repo commit $GITHUB_SHA"
git remote add origin-wiki "https://$ORG:$GITHUB_TOKEN@$GH_REPO_DEST"