Skip to content

Commit 6db8a44

Browse files
authored
Merge pull request #46 from sourcetoad/issue-45
fix: drop error to debug for archive
2 parents 2ae4260 + 1f1e0a1 commit 6db8a44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ if [ -z "$INPUT_ARCHIVE" ]; then
7272

7373
echo "::debug::Zip Archive created."
7474
else
75-
echo "::error::$INPUT_ARCHIVE being using as zip filename. Skipping generation of ZIP."
75+
echo "::debug::$INPUT_ARCHIVE being using as zip filename. Skipping generation of ZIP."
7676
ZIP_FILENAME="$INPUT_ARCHIVE"
7777
fi
7878

0 commit comments

Comments
 (0)