测试 CICD 流程测试
Some checks failed
Actions Demo / Auto-Build-Actions (push) Failing after 8h35m31s

This commit is contained in:
Cheney 2025-03-12 17:54:46 +08:00
parent 16160bbb4d
commit 7deb678f91

View File

@ -13,6 +13,8 @@ jobs:
- name: Check out repository code
uses: actions/checkout@v4
with:
token: ${{ secrets.TOKEN }}
- run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."