Skip to content

Commit 216f1fd

Browse files
committed
change
1 parent deda1e8 commit 216f1fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ runs:
3737
with open(os.environ['GITHUB_OUTPUT'], 'a') as fh:
3838
print(f'image_exists={image_exists}', file=fh)
3939
40-
print('Image exists' if image_exists else 'Image not found')
40+
print('Image exists' if image_exists === 'yes' else 'Image not found')
4141
shell: python
4242
env:
4343
SERVIC: ${{ inputs.service }}

0 commit comments

Comments
 (0)