Skip to content

Commit

Permalink
ci: test
Browse files Browse the repository at this point in the history
Signed-off-by: r3drun3 <[email protected]>
  • Loading branch information
R3DRUN3 committed Jan 10, 2024
1 parent 358dd01 commit 6d19097
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions send_mail_report.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

# Get patched image information from GitHub Actions context
patched_images_str = os.environ.get('PATCHED_IMAGES', '')
print("Pathed images string: ", patched_images_str)
patched_images = patched_images_str.split(',')
print("Pathed images: ", patched_images)

Expand Down

0 comments on commit 6d19097

Please sign in to comment.