Skip to content

Commit

Permalink
Merge pull request #11 from echoix/slash-cmd-ref
Browse files Browse the repository at this point in the history
Update slash-command-dispatch.yml
  • Loading branch information
echoix authored Apr 5, 2023
2 parents bf8674c + cd18df0 commit 383a2ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/slash-command-dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
core.info(`Getting PR #${request.pull_number} from ${request.owner}/${request.repo}`)
try {
const result = await github.rest.pulls.get(request)
core.info(`Output: ${result.data}`)
core.info(`Output: toJson(${result.data})`)
return result.data
} catch (err) {
core.setFailed(`Request failed with error ${err}`)
Expand Down

0 comments on commit 383a2ba

Please sign in to comment.