We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 22ff09f + cf98dc1 commit 0cba7baCopy full SHA for 0cba7ba
.github/workflows/test_and_promote.yml
@@ -21,7 +21,7 @@ jobs:
21
################################
22
- name: Lint Code Base
23
if: env.ACT != 'true'
24
- uses: github/super-linter@v3
+ uses: github/super-linter@v4
25
env:
26
VALIDATE_MARKDOWN: true
27
VALIDATE_YAML: true
Docker_Image_SetTag/action.yaml
@@ -29,7 +29,7 @@ runs:
29
echo "Docker_Image_SetTag Inputs:"
30
echo "---"
31
echo "image_name=${{ inputs.image_name }}"
32
- echo "new_tag_name=${{ inputs.tag_name }}"
+ echo "new_tag_name=${{ inputs.new_tag_name }}"
33
echo "registry=${{ inputs.registry }}"
34
echo "github_token=${{ inputs.github_token }}"
35
0 commit comments