Skip to content

Commit

Permalink
manifest_names is not a command, it's a variable
Browse files Browse the repository at this point in the history
  • Loading branch information
p5 committed Jul 10, 2024
1 parent 8fb88d8 commit de9eeb1
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 @@ -176,7 +176,7 @@ runs:
podman manifest create ${manifest_name}
done
echo "MANIFEST_NAMES=$(manifest_names[*])" >> $GITHUB_OUTPUT
echo "MANIFEST_NAMES=${manifest_names[*]}" >> $GITHUB_OUTPUT
- name: Debug
if: steps.metadata.outputs.COMPRESSION_FORMAT_COUNT > 1
Expand Down

0 comments on commit de9eeb1

Please sign in to comment.