From 73a10cf270759726cc1980e55b8dffc5f263c9af Mon Sep 17 00:00:00 2001 From: garronej Date: Sun, 1 Aug 2021 04:43:50 +0200 Subject: [PATCH] Fix CI --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index bf10a2c..4cadae3 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -11,7 +11,7 @@ jobs: test_lint: runs-on: ubuntu-latest - if: ${{ !github.event.created && github.repository != 'garronej/ts_ci' }} + if: ${{ !github.event.created && github.repository != 'garronej/ts-ci' }} steps: - uses: actions/checkout@v2.3.4 - uses: actions/setup-node@v2.1.3