Skip to content

Commit

Permalink
Fix(action.yml): fix check on step
Browse files Browse the repository at this point in the history
  • Loading branch information
massimoschembri committed Jan 3, 2024
1 parent bca17fc commit fe0df72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ runs:
- name: Copy from upstream to chart
id: upstream_copy
if: ${{ inputs.upstream_copy_src != '' && inputs.upstream_copy_dst != ''}}
if: ${{ inputs.upstream_copy != '' }}
shell: bash
run: |
MAPPINGS=$(echo "${{ inputs.upstream_copy }}" | tr '\n' ' ')
Expand Down

0 comments on commit fe0df72

Please sign in to comment.