Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

Cron Job

Cron Job #245

Workflow file for this run

name: Cron Job
on:
schedule:
- cron: "0 0 * * *"
workflow_dispatch:
jobs:
scrape:
runs-on: ubuntu-latest
steps:
- name: Call scrape API
run: |
curl https://iwallpaper.onrender.com/scrape \
-X POST \
-H 'Content-Type: application/json' \
-d '{"quantity": 30}'