From 1f1b3450c11878d417284824d31e8afc590d5f3c Mon Sep 17 00:00:00 2001 From: rektdeckard Date: Sat, 28 Dec 2024 23:30:17 -0700 Subject: [PATCH] fix(ci): use default branch --- .github/workflows/sync-docs.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/sync-docs.yaml b/.github/workflows/sync-docs.yaml index d87b0bb..b13b4fb 100644 --- a/.github/workflows/sync-docs.yaml +++ b/.github/workflows/sync-docs.yaml @@ -19,10 +19,10 @@ jobs: matrix: repository: [ 'phosphor-icons/core', - # 'phosphor-icons/figma', - # 'phosphor-icons/flutter', + 'phosphor-icons/figma', + 'phosphor-icons/flutter', 'phosphor-icons/penpot', - # 'phosphor-icons/phosphor-elm', + 'phosphor-icons/phosphor-elm', # 'phosphor-icons/play', # 'phosphor-icons/react', # 'phosphor-icons/sketch', @@ -90,6 +90,6 @@ jobs: --repo "${{ matrix.repository }}" \ --title "chore(docs): sync readme section" \ --body "Automated PR to sync README section from master repository" \ - --base main \ + --base $(git remote show origin | sed -n '/HEAD branch/s/.*: //p') \ --head $BRANCH fi