Skip to content

Commit

Permalink
fix comment input
Browse files Browse the repository at this point in the history
  • Loading branch information
Emilgardis committed Dec 27, 2023
1 parent 85d3ae4 commit 4282f2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/try.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ jobs:
if: github.event.issue.pull_request && github.event.comment.author_association == 'MEMBER' && (contains(github.event.comment.body, '\n/ci try') || startsWith(github.event.comment.body, '/ci try'))
uses: ./.github/workflows/ci.yml
with:
matrix-args: try --comment ${{ github.event.comment.body }} --pr ${{ github.event.issue.number }}
matrix-args: try --comment "${{ github.event.comment.body }}" --pr ${{ github.event.issue.number }}

0 comments on commit 4282f2f

Please sign in to comment.