Skip to content

Commit

Permalink
fix: add more debug and outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewthetechie committed Jun 10, 2022
1 parent 820c849 commit bc12f4c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,9 @@ def main():
except Exception as exc:
actions_toolkit.set_failed(exc)

actions_toolkit.debug(os.listdir(inputs["output_dir"]))
actions_toolkit.set_output("outputDir", output_dir)
actions_toolkit.set_output("outputDirContents", json.dumps(os.listdir(output_dir)))


if __name__ == "__main__":
Expand Down

0 comments on commit bc12f4c

Please sign in to comment.