diff --git a/.gitea/workflows/docker.yml b/.gitea/workflows/docker.yml index ffdf305..e258e75 100644 --- a/.gitea/workflows/docker.yml +++ b/.gitea/workflows/docker.yml @@ -20,10 +20,6 @@ jobs: node: ['20.15.1'] steps: - name: Checkout code - uses: https://gitea.cn/actions/checkout@v4 - - - name: Set up Node.js - uses: https://github.com/pnpm/action-setup@v4 - with: - version: 9.15.9 - run_install: false \ No newline at end of file + uses: actions/checkout@v4 + run: | + ls ${{gitea.workspace}} \ No newline at end of file