From bbecdba63e6436c4b2622a220e51d57619b623df Mon Sep 17 00:00:00 2001 From: ssrsub <46400143+ssrsub@users.noreply.github.com> Date: Tue, 8 Jul 2025 18:15:18 +0800 Subject: [PATCH] Update gist-to-ssr.yml --- .github/workflows/gist-to-ssr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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