Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
k2tzumi committed Nov 12, 2023
1 parent bde7e2f commit 6124ed6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ runs:
run: |
if [ -n "${{ inputs.labels }}" ]; then
LABELS=$(echo "${{ inputs.labels }}" | sed "s/,/ /g")
LABEL_OPTIONS="${OPTIONS[@]/#/--option }"
LABEL_OPTIONS="${LABELS[@]/#/--label }"
fi
runn \
${{ inputs.command }} \
Expand Down

0 comments on commit 6124ed6

Please sign in to comment.