mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2024-10-27 20:44:05 +00:00
GitHub Actions: cleanup workflow — use the proper template plugin name
This commit is contained in:
parent
0adfdeebc7
commit
6852040e04
2
.github/workflows/template-cleanup.yml
vendored
2
.github/workflows/template-cleanup.yml
vendored
@ -42,7 +42,7 @@ jobs:
|
|||||||
|
|
||||||
# Replace template package name in project files with $GROUP
|
# Replace template package name in project files with $GROUP
|
||||||
find src -type f -exec sed -i "s/org.jetbrains.plugins.template/$GROUP/g" {} +
|
find src -type f -exec sed -i "s/org.jetbrains.plugins.template/$GROUP/g" {} +
|
||||||
find src -type f -exec sed -i "s/Template/$NAME/g" {} +
|
find src -type f -exec sed -i "s/IntelliJ Platform Plugin/$NAME/g" {} +
|
||||||
find src -type f -exec sed -i "s/JetBrains/$ACTOR/g" {} +
|
find src -type f -exec sed -i "s/JetBrains/$ACTOR/g" {} +
|
||||||
|
|
||||||
# Move content
|
# Move content
|
||||||
|
Loading…
Reference in New Issue
Block a user