Does the schedule
key work in gitea actions?
on:
push:
branches:
- 'main'
schedule:
- cron: '0 21 * * *'
Does the schedule
key work in gitea actions?
on:
push:
branches:
- 'main'
schedule:
- cron: '0 21 * * *'
I’ve tried it and it doesn’t seem to be working.
thanks. Then I will just wait until that is merged.