Skip to content

Commit

Permalink
Merge pull request #21 from h-sugawara/feature/fix-ready-for-release-…
Browse files Browse the repository at this point in the history
…workflow

マイルストーンの説明文をエスケープできない不具合を修正
  • Loading branch information
h-sugawara authored Dec 26, 2023
2 parents 2fab62b + 9cb4f85 commit c2924a9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ready-for-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,9 @@ jobs:
steps:
- name: Check milestone set
id: set_milestone
env:
milestone: ${{ toJSON(github.event.pull_request.milestone) }}
run: |
milestone=$(echo '${{ toJSON(github.event.pull_request.milestone) }}' | jq)
if [ "${milestone}" = "null" ]; then
echo "status=no" >> $GITHUB_OUTPUT
exit 0
Expand Down

0 comments on commit c2924a9

Please sign in to comment.