File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ jobs:
117117
118118 - name : Publish Artifacts
119119 if : fromJSON(steps.determine.outputs.result).action == 'paperclip'
120- uses : jpenilla /action-pr-publishing/upload@a7524cd666e8f214d7d51a57862642d47a536b28
120+ uses : PaperMC /action-pr-publishing/upload@a7524cd666e8f214d7d51a57862642d47a536b28
121121 with :
122122 # TODO fallback for failing javadoc
123123 publishing-task : " :paper-api:publishAllPublicationsTo_githubPackages_PRsRepository publishDevBundlePublicationTo_githubPackages_PRsRepository -PpublishDevBundle -x javadoc"
Original file line number Diff line number Diff line change 2525 private_key : ${{ secrets.PR_PUBLISHING_GH_APP_KEY }}
2626 repository : ${{ github.repository }}
2727 - name : Publish PR
28- uses : jpenilla /action-pr-publishing@a7524cd666e8f214d7d51a57862642d47a536b28
28+ uses : PaperMC /action-pr-publishing@a7524cd666e8f214d7d51a57862642d47a536b28
2929 env :
3030 GITHUB_TOKEN : ${{ steps.gen_repo_token.outputs.token }}
3131 with :
You can’t perform that action at this time.
0 commit comments