From e6af9850744946cbd72e6dfe76d94f4515c3ac19 Mon Sep 17 00:00:00 2001 From: Jakub Chrzanowski Date: Wed, 17 Jun 2020 21:09:59 +0200 Subject: [PATCH] temporary GH Actions repository set to hsz/intellij-plugin-template --- .github/workflows/template-cleanup.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/template-cleanup.yml b/.github/workflows/template-cleanup.yml index f157921..6de7fa8 100644 --- a/.github/workflows/template-cleanup.yml +++ b/.github/workflows/template-cleanup.yml @@ -14,7 +14,7 @@ jobs: template-cleanup: name: Template Cleanup runs-on: ubuntu-latest - if: github.repository != 'JetBrains/intellij-plugin-template' + if: github.repository != 'hsz/intellij-plugin-template' steps: # Check out current repository