This repository was archived by the owner on Mar 22, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 44# builds a paperclip jar to be updated in the body
55# of the PR relating to this action.
66
7- name : Build Paper
7+ name : Build Reflint
88on :
99 push :
1010 pull_request :
Original file line number Diff line number Diff line change 1010name : Comment on pull request
1111on :
1212 workflow_run :
13- workflows : ['Build Paper ']
13+ workflows : ['Build Reflint ']
1414 types : [completed]
1515jobs :
1616 pr_comment :
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Test Results
22
33on :
44 workflow_run :
5- workflows : [ "Build Paper " ]
5+ workflows : [ "Build Reflint " ]
66 types :
77 - completed
88permissions : { }
Original file line number Diff line number Diff line change @@ -15,17 +15,17 @@ if (!file(".git").exists()) {
1515 val errorText = """
1616
1717 =====================[ ERROR ]=====================
18- The Paper project directory is not a properly cloned Git repository.
18+ The Reflint project directory is not a properly cloned Git repository.
1919
20- In order to build Paper from source you must clone
20+ In order to build Reflint from source you must clone
2121 the Paper repository using Git, not download a code
2222 zip from GitHub.
2323
2424 Built Paper jars are available for download at
25- https://papermc.io/downloads/paper
25+ https://reflintmc.github.io
2626
27- See https://github.com/PaperMC/Paper/blob/main/CONTRIBUTING.md
28- for further information on building and modifying Paper .
27+ See https://github.com/ReflintMC/Reflint
28+ for further information on building and modifying Reflint .
2929 ===================================================
3030 """ .trimIndent()
3131 error(errorText)
You can’t perform that action at this time.
0 commit comments