Send HTTP Request to Update Albums Daily #61
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |