Skip to content

Update Podcast Analytics #805

Update Podcast Analytics

Update Podcast Analytics #805

Workflow file for this run

# This is a basic workflow to help you get started with Actions
name: Update Podcast Analytics
# Controls when the workflow will run
on:
schedule:
# * is a special character in YAML so you have to quote this string
- cron: '0 0 1-31 * *'
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
# This workflow contains a single job called "build"
build:
# The type of runner that the job will run on
runs-on: ubuntu-latest
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- name: cURL request
# Hit the webhook endpoint to rebuild from the "main" branch
run: curl -X POST -d {} https://www.compressed.fm/api/stats/update