Skip to content

Commit

Permalink
[github] fix GH expression on milestone
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Jan 10, 2020
1 parent a704341 commit 776d082
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-auto-milestone.yml
Expand Up @@ -115,6 +115,6 @@ jobs:
with:
route: POST /repos/:owner/:repo/issues/:pull_number/comments
pull_number: ${{ github.event.pull_request.number }}
body: ${{ format("**Calculated milestone for the PR: {0}**", steps.compute_milestone.outputs.milestone_number) }}
body: ${{ format('**Calculated milestone for the PR: {0}**', steps.compute_milestone.outputs.milestone_number) }}
owner: ${{ github.event.pull_request.base.repo.owner.login }}
repo: ${{ github.event.pull_request.base.repo.name }}

0 comments on commit 776d082

Please sign in to comment.