We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10f9a18 commit 62e1a41Copy full SHA for 62e1a41
src/main.sh
@@ -168,7 +168,6 @@ echo "::debug::EXTRA_ARGS: ${EXTRA_ARGS[*]}"
168
if [[ "${INPUT_MODE}" == "compose" ]];then
169
STACK_FILES=()
170
read -r -a files <<< "${INPUT_FILE}"
171
- echo "::debug::files to add: ${files[*]}"
172
for file in "${files[@]}";do
173
STACK_FILES+=("-f" "$file")
174
done
0 commit comments