Skip to content

Bump ThisAssembly from 1.2.15 to 1.4.0 #91

Bump ThisAssembly from 1.2.15 to 1.4.0

Bump ThisAssembly from 1.2.15 to 1.4.0 #91

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
if: ${{ !endsWith(github.event.sender.login, '[bot]') && !endsWith(github.event.sender.login, 'bot') }}
steps:
- name: 🤘 checkout
uses: actions/checkout@v2
- name: ❤️ sponsor
uses: devlooped/actions-sponsor@main
with:
token: ${{ secrets.GH_TOKEN }}