added cron install into cron actions file
This commit is contained in:
3
.github/workflows/cron.yml
vendored
3
.github/workflows/cron.yml
vendored
@@ -6,6 +6,9 @@ jobs:
|
||||
cron:
|
||||
runs-on: ubuntu-24.04
|
||||
steps:
|
||||
- name: Install curl
|
||||
run: apk add --no-cache curl
|
||||
|
||||
- name: Daily cron job | Create new dailyStats document.
|
||||
run: |
|
||||
curl --request POST \
|
||||
|
||||
Reference in New Issue
Block a user