From 671266fff0e6c29c5f8b1ae49194906a4228d3f5 Mon Sep 17 00:00:00 2001 From: dragonwocky Date: Sat, 6 Nov 2021 16:07:01 +1100 Subject: [PATCH] link to notion-enhancer/desktop repo --- api/.github/workflows/update-parents.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/.github/workflows/update-parents.yml b/api/.github/workflows/update-parents.yml index 974cc03..ac428e4 100644 --- a/api/.github/workflows/update-parents.yml +++ b/api/.github/workflows/update-parents.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - repo: ['notion-enhancer/extension'] + repo: ['notion-enhancer/extension', 'notion-enhancer/desktop'] steps: - name: checkout repo uses: actions/checkout@v2