From 88f3322305a471269fa6de5d9ff0aaa25745b468 Mon Sep 17 00:00:00 2001 From: Lauren Kaviak Date: Sat, 11 Apr 2026 02:12:10 -0500 Subject: [PATCH] use the normal ass action --- .gitea/workflows/deploy.yaml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 87291f5..7c5df5c 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -20,8 +20,15 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 24 - - id: clone quartz repo - run: git clone --depth 1 https://github.com/jackyzha0/quartz.git + - uses: actions/checkout@v6 + id: clone quartz repo + with: + # Repository name with owner. For example, actions/checkout + # Default: ${{ github.repository }} + repository: 'jackyzha0/quartz.git' + github-server-url: 'https://github.com/' + fetch-depth: 1 + ref: main - uses: actions/checkout@v6 id: get garden content with: