diff --git a/.gitea/workflows/backend-ci.yml b/.gitea/workflows/backend-ci.yml index 981b4f6..19c4264 100644 --- a/.gitea/workflows/backend-ci.yml +++ b/.gitea/workflows/backend-ci.yml @@ -13,7 +13,7 @@ jobs: run: working-directory: backend steps: - - uses: http://8.161.227.145:3000/huanghaosheng/checkout@releases/v4 + - uses: "http://8.161.227.145:3000/huanghaosheng/checkout@releases/v4" - uses: actions/setup-go@v5 with: diff --git a/.gitea/workflows/frontend-ci.yml b/.gitea/workflows/frontend-ci.yml index 6daff48..20c6718 100644 --- a/.gitea/workflows/frontend-ci.yml +++ b/.gitea/workflows/frontend-ci.yml @@ -13,7 +13,7 @@ jobs: run: working-directory: frontend steps: - - uses: http://8.161.227.145:3000/huanghaosheng/checkout@releases/v4 + - uses: "http://8.161.227.145:3000/huanghaosheng/checkout@releases/v4" - uses: actions/setup-node@v4 with: diff --git a/.gitea/workflows/health-test.yml b/.gitea/workflows/health-test.yml index 06b7d3b..cd07202 100644 --- a/.gitea/workflows/health-test.yml +++ b/.gitea/workflows/health-test.yml @@ -11,7 +11,7 @@ jobs: - run: echo "🌿 Branch: ${{ gitea.ref }}, Repo: ${{ gitea.repository }}" - run: echo "🐧 Running on ${{ runner.os }}, workspace: ${{ gitea.workspace }}" - name: Check out repository code - uses: http://8.161.227.145:3000/huanghaosheng/checkout@releases/v4 + uses: "http://8.161.227.145:3000/huanghaosheng/checkout@releases/v4" - run: echo "💡 ${{ gitea.repository }} has been cloned to the runner" - name: List files in the repository run: ls ${{ gitea.workspace }}