From 0997e25df42ee5c4e189b69455048733eae746cb Mon Sep 17 00:00:00 2001 From: Matyrobbrt Date: Tue, 26 Dec 2023 22:12:34 +0200 Subject: [PATCH] Explicit is good trust me --- .github/workflows/publish-prs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-prs.yml b/.github/workflows/publish-prs.yml index 73deabb..01247ae 100644 --- a/.github/workflows/publish-prs.yml +++ b/.github/workflows/publish-prs.yml @@ -20,7 +20,7 @@ jobs: if: true uses: neoforged/actions/.github/workflows/publish-prs.yml@main with: - artifact_base_path: net/neoforged/DummyTesting/ + artifact_base_path: net/neoforged/dummy-testing-pr-publishing/ secrets: PR_PUBLISHING_GH_APP_ID: ${{ secrets.PR_PUBLISHING_GH_APP_ID }} PR_PUBLISHING_GH_APP_KEY: ${{ secrets.PR_PUBLISHING_GH_APP_KEY }}