mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-03 06:20:48 +08:00
Chore/generate sponsors (#1965)
* Create PR * chore: update sponsors.svg (#1964) Co-authored-by: leaanthony <leaanthony@users.noreply.github.com> * Delete branch after merge Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: leaanthony <leaanthony@users.noreply.github.com>
This commit is contained in:
parent
855c74ff30
commit
4ca0580ced
14
.github/workflows/generate-sponsor-image.yml
vendored
14
.github/workflows/generate-sponsor-image.yml
vendored
@ -23,10 +23,12 @@ jobs:
|
|||||||
SPONSORKIT_GITHUB_TOKEN: ${{ secrets.SPONSORS_TOKEN }}
|
SPONSORKIT_GITHUB_TOKEN: ${{ secrets.SPONSORS_TOKEN }}
|
||||||
SPONSORKIT_GITHUB_LOGIN: wailsapp
|
SPONSORKIT_GITHUB_LOGIN: wailsapp
|
||||||
|
|
||||||
- name: Commit
|
- name: Create Pull Request
|
||||||
uses: EndBug/add-and-commit@v4
|
uses: peter-evans/create-pull-request@v4
|
||||||
with:
|
with:
|
||||||
message: "chore: update sponsors.svg"
|
commit-message: "chore: update sponsors.svg"
|
||||||
add: "website/static/img/sponsors.svg"
|
add-paths: "website/static/img/sponsors.svg"
|
||||||
env:
|
title: Update Sponsor Image
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
body: Generated new image
|
||||||
|
branch: update-sponsors
|
||||||
|
delete-branch: true
|
||||||
|
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 123 KiB After Width: | Height: | Size: 127 KiB |
Loading…
Reference in New Issue
Block a user