replace hsz with JetBrains

This commit is contained in:
Jakub Chrzanowski
2020-06-17 22:31:54 +02:00
parent 5873fd3515
commit 7603df2239
3 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
# %NAME%
![Build](https://github.com/hsz/intellij-plugin-template/workflows/Build/badge.svg)
![Build](https://github.com/JetBrains/intellij-plugin-template/workflows/Build/badge.svg)
<!-- Plugin description -->
This Fancy IntelliJ Plugin is going to be your implementation of the brilliant ideas that you have.

View File

@@ -14,7 +14,7 @@ jobs:
template-cleanup:
name: Template Cleanup
runs-on: ubuntu-latest
if: github.repository != 'hsz/intellij-plugin-template'
if: github.repository != 'JetBrains/intellij-plugin-template'
steps:
# Check out current repository