Skip to content

Commit e79ba6b

Browse files
authored
Update push-ecr.yaml
1 parent d4b490d commit e79ba6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push-ecr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
6262
# Set the input IMAGE_TAG_VERSION
6363
echo "IMAGE_TAG_VERSION=${{ github.event.inputs.image_tag_version }}" >> $GITHUB_ENV
64-
echo " User-provided IMAGE_TAG_VERSION: ${{ github.event.inputs.image_tag_version }}"
64+
echo " User-provided IMAGE_TAG_VERSION: ${{ github.event.inputs.image_tag_version }}"
6565
6666
- name: Print run information
6767
run: |

0 commit comments

Comments
 (0)