Skip to content

Commit

Permalink
Debug string input
Browse files Browse the repository at this point in the history
  • Loading branch information
druzsan committed Feb 7, 2024
1 parent d0056ef commit 553ee33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ def main() -> None:
validate it, print it out and set it as output ('matrix') and as
environment variable ('MATRIX').
"""
print(os.environ["INPUT_MATRIX"])
matrix = parse_matrix(os.environ["INPUT_MATRIX"])

print(yaml.dump({"matrix": matrix}, sort_keys=False))
Expand Down

0 comments on commit 553ee33

Please sign in to comment.