From fbfafb9f82a15637a926fe3e3ec5d19dd86a1946 Mon Sep 17 00:00:00 2001 From: a620906209 Date: Sun, 17 May 2026 18:23:05 +0000 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=20.gitea/workflows/demo.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/demo.yaml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .gitea/workflows/demo.yaml diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml new file mode 100644 index 0000000..dee7798 --- /dev/null +++ b/.gitea/workflows/demo.yaml @@ -0,0 +1,24 @@ +name: 機器人報到測試 + +on: + push: + branches: + - main # 當程式碼推送到 main 分支時觸發 + +jobs: + test-job: + runs-on: ubuntu-latest # 對應您截圖中的標籤 + steps: + - name: 下載最新程式碼 + uses: actions/checkout@v4 + + - name: 機器人自我介紹與火力展示 + run: | + echo "🎉 報告老闆,RackNerd 機器人已成功接收任務!" + echo "當前執行路徑:" + pwd + echo "目前資料夾內容:" + ls -la + echo "-----------------------------------" + echo "🔍 系統記憶體狀態檢查:" + free -h \ No newline at end of file