Skip to content

Commit

Permalink
wip: debug commit
Browse files Browse the repository at this point in the history
  • Loading branch information
soonum committed Jul 5, 2024
1 parent 2c5fd52 commit 3644bf8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions dist/index.js

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

1 change: 1 addition & 0 deletions src/slab.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ async function waitForInstance(taskId, taskName) {

if (response.ok) {
const body = await response.json()
core.info(`DEBUG Body: ${body.toString()}`)
const task_status = body[taskName].status.toLowerCase()
if (task_status === 'done') {
await removeTask(taskId)
Expand Down

0 comments on commit 3644bf8

Please sign in to comment.