mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-25 08:31:03 +00:00
Remove sponsors workflow
This commit is contained in:
parent
f01d122043
commit
1b91964751
1 changed files with 0 additions and 28 deletions
28
.github/workflows/sponsors.yml
vendored
28
.github/workflows/sponsors.yml
vendored
|
|
@ -1,28 +0,0 @@
|
||||||
# see https://github.com/JamesIves/github-sponsors-readme-action
|
|
||||||
name: Generate Sponsors README
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- master
|
|
||||||
jobs:
|
|
||||||
deploy:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- name: Checkout 🛎️
|
|
||||||
uses: actions/checkout@v3
|
|
||||||
|
|
||||||
- name: Generate Sponsors 💖
|
|
||||||
uses: JamesIves/github-sponsors-readme-action@v1.2.2
|
|
||||||
with:
|
|
||||||
token: ${{ secrets.TOKEN_GITHUB }}
|
|
||||||
file: "README.md"
|
|
||||||
if: ${{ github.repository == 'christophe-duc/lazypodman' }}
|
|
||||||
|
|
||||||
- name: Create Pull Request 🚀
|
|
||||||
uses: peter-evans/create-pull-request@v6
|
|
||||||
with:
|
|
||||||
commit-message: "README.md: Update Sponsors"
|
|
||||||
title: "README.md: Update Sponsors"
|
|
||||||
author: "github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>"
|
|
||||||
labels: "ignore-for-release"
|
|
||||||
delete-branch: true
|
|
||||||
Loading…
Add table
Reference in a new issue