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:
|
cron:
|
||||||
runs-on: ubuntu-24.04
|
runs-on: ubuntu-24.04
|
||||||
steps:
|
steps:
|
||||||
|
- name: Install curl
|
||||||
|
run: apk add --no-cache curl
|
||||||
|
|
||||||
- name: Daily cron job | Create new dailyStats document.
|
- name: Daily cron job | Create new dailyStats document.
|
||||||
run: |
|
run: |
|
||||||
curl --request POST \
|
curl --request POST \
|
||||||
|
|||||||
Reference in New Issue
Block a user