Skip to content
This repository was archived by the owner on Mar 31, 2025. It is now read-only.

Commit 719d3f6

Browse files
authored
Update spotifyScheduler.yaml
1 parent a65bf5e commit 719d3f6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/spotifyScheduler.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,5 @@ jobs:
4646

4747
- uses: actions/upload-artifact@v4
4848
with:
49-
name: ${playlist_id}
50-
path: ${playlist_id}.txt # or path/to/artifact
49+
name: ${{ inputs.playlist_id }}
50+
path: ${{ inputs.playlist_id }}.txt # or path/to/artifact

0 commit comments

Comments
 (0)