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

Cron Job

Cron Job #206

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 -X POST https://iwallpaper.onrender.com/scrape/cron