added cron install into cron actions file
All checks were successful
Main / build-and-push-docker-image (20.x) (push) Successful in 5m0s
Hourly cron job / cron (push) Successful in 4s

This commit is contained in:
2025-12-12 09:42:06 -05:00
parent b6f1b6f3e4
commit a1fc19b202

View File

@@ -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 \