Skip to content

Commit d2b66cb

Browse files
committed
Fix typo in conflict check workflow
Missing `"` at the end of the string causes workflow failures. I introduced this in 8d7fa6d but I guess it never caused a problem till now...?
1 parent e8742cb commit d2b66cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/conflict.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- run: |
1515
echo "In order to review this pull request for acceptance, we need to make sure that all of the prerequisites are satisfied."
1616
echo "This was not checked:"
17-
echo "> This change is not self-promotion.
17+
echo "> This change is not self-promotion."
1818
echo "This is a requirement to maintain a high level of independence in this project. Please update to confirm there is no conflict of interest."
1919
echo "Thank you!"
2020
exit 1

0 commit comments

Comments
 (0)