Skip to content

Commit

Permalink
improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
yogeshpaliyal committed Mar 3, 2024
1 parent 1966945 commit 4927533
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions dist/index.js

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

4 changes: 3 additions & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,9 @@ export async function run(): Promise<void> {
formData,
{ headers }
)

console.log(response.statusText)
console.log(response.status)
console.log(response.data)
core.debug(response.data)
} catch (error) {
// Fail the workflow run if an error occurs
Expand Down

0 comments on commit 4927533

Please sign in to comment.