diff --git a/.github/workflows/gist-to-ssr.yml b/.github/workflows/gist-to-ssr.yml index 93ad310..ff40ead 100644 --- a/.github/workflows/gist-to-ssr.yml +++ b/.github/workflows/gist-to-ssr.yml @@ -27,6 +27,6 @@ jobs: run: | git config user.name "github-actions[bot]" git config user.email "41898282+github-actions[bot]@users.noreply.github.com" - git add Clash.yaml sing-box.json V2Ray + git add clash.yaml sing-box.json v2ray git diff --cached --quiet || git commit -m "Update configs from Gist at $(date -u)" git push origin master