We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6694a34 commit 1aa2095Copy full SHA for 1aa2095
.github/workflows/create_album_post.yaml
@@ -54,7 +54,7 @@ jobs:
54
cd .github/scripts/pull_album_info
55
56
BRANCH_NAME=${{ steps.set_name.outputs.branch_name }}
57
- cabal run pull-album-info ${{ github.event.inputs.artist_name }} ${{ github.event.inputs.album_title }} $BRANCH_NAME
+ cabal run pull-album-info "${{ github.event.inputs.artist_name }}" "${{ github.event.inputs.album_title }}" $BRANCH_NAME
58
mv $BRANCH_NAME ${{ github.workspace }}/drafts/$BRANCH_NAME
59
60
# Switch to bot account
0 commit comments