Unverified Commit dfc96c4d authored by Hong Minhee (洪 民憙)'s avatar Hong Minhee (洪 民憙) Committed by GitHub
Browse files

Merge pull request #322 from dodok8/dodok8-fix-issue-317

parents 11490de3 7069aed9
Loading
Loading
Loading
Loading
+2 −10
Original line number Diff line number Diff line
name: sponsors
on:
  schedule:
  #        ┌───────────── minute (0 - 59)
  #        │ ┌───────────── hour (0 - 23)
  #        │ │ ┌───────────── day of the month (1 - 31)
  #        │ │ │ ┌───────────── month (1 - 12 or JAN-DEC)
  #        │ │ │ │ ┌───────────── day of the week (0 - 6 or SUN-SAT)
  #        │ │ │ │ │
  #        │ │ │ │ │
  #        │ │ │ │ │
  - cron: '0 * * * *'
  workflow_dispatch:

jobs:
  update-sponsors:
    ## Only run on the upstream repository.
    if: github.repository == 'fedify-dev/fedify'
    runs-on: ubuntu-latest
    permissions:
      contents: write