mirror of
https://github.com/evilsocket/opensnitch.git
synced 2025-03-04 08:34:40 +01:00
Update updatewiki.yml
This commit is contained in:
parent
344b5ef7db
commit
7db764c1b2
1 changed files with 2 additions and 1 deletions
3
.github/workflows/updatewiki.yml
vendored
3
.github/workflows/updatewiki.yml
vendored
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue