From 38808c3ed9a65be53340e8e342d2178dd0b1169f Mon Sep 17 00:00:00 2001 From: ssrsub <46400143+ssrsub@users.noreply.github.com> Date: Tue, 8 Jul 2025 18:17:24 +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 ff40ead..366a991 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 SingBox.json V2ray git diff --cached --quiet || git commit -m "Update configs from Gist at $(date -u)" git push origin master