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