diff --git a/.forgejo/workflows/publish.yaml b/.forgejo/workflows/publish.yaml index 2126ed8..da0611d 100644 --- a/.forgejo/workflows/publish.yaml +++ b/.forgejo/workflows/publish.yaml @@ -17,11 +17,7 @@ jobs: steps: - name: Checkout phanpy - uses: https://github.com/actions/checkout@v4 - with: - repository: 'cheeaun/phanpy' - github-server-url: 'https://github.com' - ref: 'production' + run: git clone https://github.com/cheeaun/phanpy -b production . - name: Build phanpy run: |