Skip to content

Commit

Permalink
edit comment workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
docimin committed Dec 22, 2024
1 parent dc83831 commit 0b2baf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/comment-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
-X POST \
-H "Accept: application/vnd.github+json" \
"/repos/${{ github.repository }}/issues/comments" \
-f body='Building app for ${{ github.event.comment.body == "build:android" && "android" || "ios" }}... This can take about 25 minutes.' \
-f body='Building app for ${{ github.event.comment.body == 'build:android' && 'android' || 'ios' }}... This can take about 25 minutes.' \
--jq '.id')"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 0b2baf0

Please sign in to comment.