feat(ci): sync additional files

This commit is contained in:
rektdeckard
2024-12-29 14:38:16 -07:00
committed by Tobias Fried
parent d05dd19606
commit e28695fcd2
5 changed files with 41 additions and 13 deletions

View File

@@ -1,3 +1,4 @@
# Thanks for considering supporting this project! 🎉
github: [phosphor-icons, rektdeckard]
patreon: phosphoricons
buy_me_a_coffee: phosphoricons

BIN
.github/logo.png vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.9 KiB

After

Width:  |  Height:  |  Size: 16 KiB

View File

@@ -4,6 +4,7 @@ on:
push:
paths:
- 'README.md'
- '.github/FUNDING.yaml'
branches:
- master
workflow_dispatch: # Allows manual triggering
@@ -84,8 +85,7 @@ jobs:
git checkout -b $BRANCH
# Commit and push changes
git add README.md
git commit -m "chore(docs): sync readme section"
git commit -am "chore(docs): sync readme section"
git push "https://x-access-token:${GITHUB_TOKEN}@github.com/${{ matrix.repository }}.git" $BRANCH
# Create PR using the GitHub CLI