Skip to content

Commit 1aa2095

Browse files
hotfix: fix create post pipeline
Signed-off-by: Tsung-Ju Lii <[email protected]>
1 parent 6694a34 commit 1aa2095

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create_album_post.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
cd .github/scripts/pull_album_info
5555
5656
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
57+
cabal run pull-album-info "${{ github.event.inputs.artist_name }}" "${{ github.event.inputs.album_title }}" $BRANCH_NAME
5858
mv $BRANCH_NAME ${{ github.workspace }}/drafts/$BRANCH_NAME
5959
6060
# Switch to bot account

0 commit comments

Comments
 (0)