mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2026-09-23 04:20:34 +00:00
removed hidden spaces
This commit is contained in:
committed by
Jakub Chrzanowski
parent
65ba214871
commit
ab68cd4615
4
.github/workflows/template-verify.yml
vendored
4
.github/workflows/template-verify.yml
vendored
@@ -29,7 +29,7 @@ jobs:
|
||||
- name: Verify gradle.properties
|
||||
run: |
|
||||
echo "\`\`\`diff" >> $GITHUB_STEP_SUMMARY
|
||||
|
||||
|
||||
diff -U 0 \
|
||||
-I '^pluginVersion' \
|
||||
-I '^pluginGroup' \
|
||||
@@ -39,5 +39,5 @@ jobs:
|
||||
--label gradle.properties \
|
||||
.github/template-cleanup/gradle.properties gradle.properties \
|
||||
>> $GITHUB_STEP_SUMMARY
|
||||
|
||||
|
||||
echo "\`\`\`" >> $GITHUB_STEP_SUMMARY
|
||||
|
||||
Reference in New Issue
Block a user