diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2023-08-29 19:42:30 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2023-08-29 19:42:30 +0900 |
| commit | 58835e40f35fd1007de9bf607e06d555f085354c (patch) | |
| tree | 67a7e24cc7f3151405d6f06fd0a7fa3f3742b764 /.github | |
| parent | 8befa5918a17f700c2a544f5204e9547145d228e (diff) | |
| download | fzf-58835e40f35fd1007de9bf607e06d555f085354c.tar.gz | |
Run GitHub Sponsors action once a day
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/sponsors.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/sponsors.yml b/.github/workflows/sponsors.yml index 6c5dfd7b..aa0e39cf 100644 --- a/.github/workflows/sponsors.yml +++ b/.github/workflows/sponsors.yml @@ -3,7 +3,7 @@ name: Generate Sponsors README on: workflow_dispatch: schedule: - - cron: 0 * * * * + - cron: 0 0 * * * jobs: deploy: runs-on: ubuntu-latest |
