Skip to content

Commit

Permalink
Fix uploader_workflow_name case
Browse files Browse the repository at this point in the history
  • Loading branch information
shartte authored May 20, 2024
1 parent 9908daf commit 6383c02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: neoforged/actions/.github/workflows/publish-prs.yml@main
with:
artifact_base_path: net/neoforged/neoform/
uploader-workflow-name: "Check PRs"
uploader_workflow_name: "Check PRs"
secrets:
PR_PUBLISHING_GH_APP_ID: ${{ secrets.PR_PUBLISHING_GH_APP_ID }}
PR_PUBLISHING_GH_APP_KEY: ${{ secrets.PR_PUBLISHING_GH_APP_KEY }}

0 comments on commit 6383c02

Please sign in to comment.