We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cc7c3a commit 906c360Copy full SHA for 906c360
.github/actions/check-image-exists/action.yml
@@ -38,6 +38,8 @@ runs:
38
print(f'image_exists={image_exists}', file=fh)
39
40
print('Image exists' if image_exists == 'yes' else 'Image not found')
41
+ with open(os.environ['GITHUB_OUTPUT']) as fh:
42
+ print(fh.read())
43
shell: python
44
env:
45
SERVIC: ${{ inputs.service }}
0 commit comments