Skip to content

Commit 906c360

Browse files
committed
change
1 parent 5cc7c3a commit 906c360

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/actions/check-image-exists/action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ runs:
3838
print(f'image_exists={image_exists}', file=fh)
3939
4040
print('Image exists' if image_exists == 'yes' else 'Image not found')
41+
with open(os.environ['GITHUB_OUTPUT']) as fh:
42+
print(fh.read())
4143
shell: python
4244
env:
4345
SERVIC: ${{ inputs.service }}

0 commit comments

Comments
 (0)