Skip to content

Commit

Permalink
added debug line
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzaloaune committed Aug 16, 2024
1 parent 121bbc1 commit 95dbccb
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
**Required** Message to send to the Bot

## Outputs

JSON response from the Bot

## Example usage
Expand Down
2 changes: 1 addition & 1 deletion badges/coverage.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ async function run() {
})
const response = await httpClient.postJson(tribe_url, req_params)

core.debug(`Response: ${response.result.json}`)

// Set outputs for other workflow steps to use
core.setOutput('message', response.result.json.message)
core.setOutput('success', response.result.json.success)
Expand Down

0 comments on commit 95dbccb

Please sign in to comment.