From 496305597aefa914bf080eed4047dcf4dbe9cca1 Mon Sep 17 00:00:00 2001 From: dragonwocky Date: Sat, 6 Nov 2021 16:10:25 +1100 Subject: [PATCH] link to notion-enhancer/desktop repo --- repo/.github/workflows/update-parents.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repo/.github/workflows/update-parents.yml b/repo/.github/workflows/update-parents.yml index 974cc03..ac428e4 100644 --- a/repo/.github/workflows/update-parents.yml +++ b/repo/.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