feat(ci): sync additional files
This commit is contained in:
committed by
Tobias Fried
parent
d05dd19606
commit
e28695fcd2
1
.github/FUNDING.yaml
vendored
1
.github/FUNDING.yaml
vendored
@@ -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
BIN
.github/logo.png
vendored
Binary file not shown.
|
Before Width: | Height: | Size: 8.9 KiB After Width: | Height: | Size: 16 KiB |
4
.github/workflows/sync-docs.yaml
vendored
4
.github/workflows/sync-docs.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user