We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4b490d commit e79ba6bCopy full SHA for e79ba6b
.github/workflows/push-ecr.yaml
@@ -61,7 +61,7 @@ jobs:
61
62
# Set the input IMAGE_TAG_VERSION
63
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 }}"
+ echo " User-provided IMAGE_TAG_VERSION: ${{ github.event.inputs.image_tag_version }}"
65
66
- name: Print run information
67
run: |
0 commit comments