Skip to content

Commit

Permalink
Update release-bot.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
buger authored Sep 27, 2024
1 parent 003ea74 commit efe2eba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-bot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
}

github.rest.issues.createComment({
issue_number: ${{ steps.check_command.outputs.pr_number }},
issue_number: '${{ steps.check_command.outputs.pr_number }}',
owner: context.repo.owner,
repo: context.repo.name,
body: body
Expand Down

0 comments on commit efe2eba

Please sign in to comment.