Skip to content

Commit 0cba7ba

Browse files
authored
Merge pull request #19 from MasterOfMalt/work/fix-echo-output
Fix echo output
2 parents 22ff09f + cf98dc1 commit 0cba7ba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test_and_promote.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
################################
2222
- name: Lint Code Base
2323
if: env.ACT != 'true'
24-
uses: github/super-linter@v3
24+
uses: github/super-linter@v4
2525
env:
2626
VALIDATE_MARKDOWN: true
2727
VALIDATE_YAML: true

Docker_Image_SetTag/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ runs:
2929
echo "Docker_Image_SetTag Inputs:"
3030
echo "---"
3131
echo "image_name=${{ inputs.image_name }}"
32-
echo "new_tag_name=${{ inputs.tag_name }}"
32+
echo "new_tag_name=${{ inputs.new_tag_name }}"
3333
echo "registry=${{ inputs.registry }}"
3434
echo "github_token=${{ inputs.github_token }}"
3535
echo "---"

0 commit comments

Comments
 (0)