We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2032158 commit 87a91e0Copy full SHA for 87a91e0
.github/workflows/auto-assign-reviewers.yml
@@ -219,3 +219,9 @@ jobs:
219
-H "Authorization: Bearer ${{ vars.TOKEN }}" \
220
-d "$(jq -n --arg body "$(cat review_data.md)" '{body: $body}')" \
221
"https://api.github.com/repos/${{ github.repository }}/issues/${{ github.event.pull_request.number }}/comments")
222
+ - name: Post comment
223
+ uses: unsplash/[email protected]
224
+ env:
225
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
226
+ with:
227
+ msg: "Check out this message!"
0 commit comments