mirror of
https://github.com/awesome-selfhosted/awesome-selfhosted-data.git
synced 2026-03-11 08:55:24 +00:00
github actions: update-metadata: allow manually triggering workflow run
This commit is contained in:
parent
c7e09df481
commit
9345d7c883
1 changed files with 1 additions and 0 deletions
1
.github/workflows/update-metadata.yml
vendored
1
.github/workflows/update-metadata.yml
vendored
|
|
@ -1,6 +1,7 @@
|
|||
on:
|
||||
schedule:
|
||||
- cron: '22 22 * * *'
|
||||
workflow_dispatch:
|
||||
|
||||
env:
|
||||
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
|
||||
|
|
|
|||
Loading…
Reference in a new issue