Skip to content

Commit

Permalink
Adjust
Browse files Browse the repository at this point in the history
  • Loading branch information
katydecorah committed Jun 6, 2024
1 parent 6aa9909 commit 5c725e3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 40 deletions.
39 changes: 0 additions & 39 deletions .github/workflows/spotify-seasonal-advanced.yml

This file was deleted.

10 changes: 9 additions & 1 deletion .github/workflows/spotify-seasonal.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
name: Save seasonal playlist
name: Save seasonal or any playlist

on:
# Run every three months on the 20th to get the seasonal playlist
schedule:
- cron: "00 01 20 Mar,Jun,Sep,Dec *"
# Run on demand to get any playlist
workflow_dispatch:
inputs:
playlist-name:
description: Your Spotify playlist name that you want to export.
required: true
type: string

permissions:
contents: write
Expand Down

0 comments on commit 5c725e3

Please sign in to comment.