Skip to content

Commit 549e5ce

Browse files
authored
Merge pull request #1619 from privy-open-source/feat/sync-icon
fix(icon): improve sync script
2 parents 45e3452 + 6e49d70 commit 549e5ce

File tree

1,121 files changed

+5467
-8296
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,121 files changed

+5467
-8296
lines changed

.github/workflows/sync.yml

+7-3
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,13 @@ jobs:
6060

6161
- name: Generate Changelog
6262
id: changelog
63-
run: >
64-
echo "icon_changelog=$(yarn run icon:changelog)" >> $GITHUB_OUTPUT
65-
&& echo "ilustration_changelog=$(yarn run ilustration:changelog)" >> $GITHUB_OUTPUT
63+
run: |
64+
echo 'icon_changelog<<EOF' >> $GITHUB_OUTPUT
65+
yarn run icon:changelog >> $GITHUB_OUTPUT
66+
echo 'EOF' >> $GITHUB_OUTPUT
67+
echo 'icon_changelog<<EOF' >> $GITHUB_OUTPUT
68+
yarn run ilustration:changelog >> $GITHUB_OUTPUT
69+
echo 'EOF' >> $GITHUB_OUTPUT
6670
6771
- name: Create Pull Request
6872
uses: peter-evans/create-pull-request@v7

packages/persona-icon/font/persona-icon.css

+458-461
Large diffs are not rendered by default.
-1.29 KB
Binary file not shown.

0 commit comments

Comments
 (0)