Skip to content

Documentation Unavailable Online #819

Documentation Unavailable Online

Documentation Unavailable Online #819

Workflow file for this run

name: sponsor 馃挏
on:
issues:
types: [opened, edited, reopened]
pull_request:
types: [opened, edited, synchronize, reopened]
jobs:
sponsor:
runs-on: ubuntu-latest
continue-on-error: true
env:
token: ${{ secrets.GH_TOKEN }}
if: ${{ !endsWith(github.event.sender.login, '[bot]') && !endsWith(github.event.sender.login, 'bot') }}
steps:
- name: 馃 checkout
if: env.token != ''
uses: actions/checkout@v2
- name: 馃挏 sponsor
if: env.token != ''
uses: devlooped/actions-sponsor@main
with:
token: ${{ env.token }}