diff --git a/.github/workflows/dispatch-preview.yml b/.github/workflows/dispatch-preview.yml index f094cd59c60..83df08e37c9 100644 --- a/.github/workflows/dispatch-preview.yml +++ b/.github/workflows/dispatch-preview.yml @@ -17,7 +17,7 @@ jobs: dispatch-preview: # Allow access to secrets if we are uploading a preview secrets: inherit - uses: GeyserMC/actions/.github/workflows/calls/upload-preview.yml@master + uses: GeyserMC/actions/.github/workflows/upload-preview.yml@master with: build: ${{ inputs.build }} version: ${{ inputs.version }} diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 353f1acb342..6167bb18ef6 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -18,7 +18,7 @@ jobs: contains(github.event.pull_request.labels.*.name, 'PR: Needs Testing') # Allow access to secrets if we are uploading a preview secrets: inherit - uses: GeyserMC/actions/.github/workflows/calls/upload-preview.yml@master + uses: GeyserMC/actions/.github/workflows/upload-preview.yml@master with: build: ${{ github.run_number }} version: pr.${{ github.event.pull_request.number }}