Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jun 6, 2024
1 parent 6250ee7 commit 39de61e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ on:
workflow_dispatch:
inputs:
playlist-name:
description: Your Spotify playlist name that you want to export.
description: Your Spotify playlist name that you want to export. Required for non-seasonal playlist export.
required: true
type: string

Expand Down Expand Up @@ -122,7 +122,7 @@ To trigger the action, [create a workflow dispatch event](https://docs.github.co
{
"ref": "main", // Required. The git reference for the workflow, a branch or tag name.
"inputs": {
"playlist-name": "", // Required. Your Spotify playlist name that you want to export.
"playlist-name": "", // Required. Your Spotify playlist name that you want to export. Required for non-seasonal playlist export.
}
}
```
Expand Down

0 comments on commit 39de61e

Please sign in to comment.