diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index dbe69ad..d1d43a4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -32,19 +32,6 @@ jobs: website: "https://greenboi.me" categories: "mods maps tools items" - run: echo ${{ steps.pub.outputs.url }} - - uses: actions/checkout@v3 - - id: pub_prebuilt - uses: ./ - with: - namespace: GreenTF - description: Test - dev: true - token: ${{ secrets.TS_KEY }} - name: test - version: 0.${{ github.run_number }}.1 - community: test # needs to be test for thunderstore.dev - file: test_zip.zip - diff --git a/action.yml b/action.yml index 361bdfd..e8a7543 100644 --- a/action.yml +++ b/action.yml @@ -49,7 +49,7 @@ outputs: description: 'URL of uploaded mod' runs: using: docker - image: ghcr.io/greentf/utp:latest + image: docker://ghcr.io/greentf/utp:latest env: TCLI_AUTH_TOKEN: ${{ inputs.token }} TS_COMMUNITY: ${{ inputs.community }}