From 1ffb44428174ec7b8ae17765f07cfba6b5404935 Mon Sep 17 00:00:00 2001 From: raileo98 <164594063+raileo98@users.noreply.github.com> Date: Sun, 20 Oct 2024 05:50:00 +0000 Subject: [PATCH] Update fetchRss.yml --- .github/workflows/fetchRss.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/fetchRss.yml b/.github/workflows/fetchRss.yml index bcef17b89..cb959ad20 100644 --- a/.github/workflows/fetchRss.yml +++ b/.github/workflows/fetchRss.yml @@ -85,9 +85,10 @@ jobs: echo 10 curl -v https://wsrv.nl/quota echo 11 - curl -v https://github.com/raileo98/test2/raw/refs/heads/main/hk_rthk_ch.xml - curl -v https://raw.githubusercontent.com/raileo98/test2/refs/heads/main/hk_rthk_ch.xml + curl -s https://github.com/raileo98/test2/raw/refs/heads/main/hk_rthk_ch.xml | head -n 10 echo 12 + curl -s https://raw.githubusercontent.com/raileo98/test2/refs/heads/main/hk_rthk_ch.xml | head -n 10 + echo 13 - name: 檢出代碼 3 timeout-minutes: 2