Skip to content

Send HTTP Request to Update Albums Daily #61

Send HTTP Request to Update Albums Daily

Send HTTP Request to Update Albums Daily #61

Workflow file for this run

name: Send HTTP Request to Update Albums Daily
on:
schedule:
- cron: '0 3 * * *' # Runs once a day at 3:00 AM UTC
jobs:
send-request:
runs-on: ubuntu-latest
steps:
- name: Send HTTP Request
# Change URL to the hosted URL:
run: |
curl -X GET https://asa-memorial.onrender.com/api/update-albums