diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index e4884f9..cab75a4 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -18,7 +18,7 @@ jobs: - run: echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}." - run: echo "Gitea job id ${{ gitea.run_id }}." - name: Check out repository code - uses: https://gitea.yantootech.com/neil/checkout@v4 + uses: https://gitea.yantootech.com/neil/cache with: fetch-depth: 1 - run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."