Migrate code and utilize api/modifiers endpoint

This commit is contained in:
joncrangle
2023-12-08 00:42:10 -05:00
parent dc82db803a
commit 518f4d65d2
8 changed files with 928 additions and 87 deletions

View File

@@ -4,6 +4,7 @@ on:
push:
paths:
- "handlers/form.html"
- "handlers/playground.html"
- "proxychain/responsemodifiers/vendor/generate_readable_outline.html"
workflow_dispatch:
@@ -37,7 +38,8 @@ jobs:
echo "Changes detected, committing..."
git config --global user.name "Github action"
git config --global user.email "username@users.noreply.github.com"
git add cmd
git add handlers
git add "proxychain/responsemodifiers/vendor/
git commit -m "Generated stylesheet"
git push
fi