Skip to content

Commit

Permalink
Make release
Browse files Browse the repository at this point in the history
  • Loading branch information
ivvist committed May 5, 2024
1 parent 3475378 commit 82e3521
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wf-sp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ jobs:
if [ -z "$body" ]; then
echo "Issue body is empty"
fi
commit_list=$(echo "$body" | tr '.,\n' ' ' | tr -s ' ')
echo "commit_list:$commit_list"
normalized=$(echo '${{ inputs.issue-body }}' | tr '.,\n' ' ' | tr -s ' ')
echo "commit_list444444444444444:$normalized"
echo "::set-output name=commits::${commit_list}"
shell: bash
Expand Down

0 comments on commit 82e3521

Please sign in to comment.