[pangp] Add Palo Alto Networks GlobalProtect App

This commit is contained in:
Nemo
2022-05-30 14:44:14 +05:30
parent 0ef90cd369
commit fc39472416
5 changed files with 38 additions and 3 deletions

View File

@@ -43,9 +43,10 @@ jobs:
run: |
git config --global init.defaultBranch main
git config --global extensions.partialClone true
pip install -r requirements.txt
python src/unrealircd.py
python src/haproxy.py
for i in src/*.py; do python $i;done
bundle exec ruby update.rb ./website ~/.cache releases
id: update_releases
- uses: stefanzweifel/git-auto-commit-action@v4