fix(ci): use default branch
This commit is contained in:
committed by
Tobias Fried
parent
3f25a8aa88
commit
1f1b3450c1
8
.github/workflows/sync-docs.yaml
vendored
8
.github/workflows/sync-docs.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user