Skip to content

Commit 188a9ab

Browse files
committed
hide output
1 parent b6d962b commit 188a9ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

checks/requirements

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ function checkCondition () {
1717
function checkRun () {
1818
repoPath=$(cat "$GITHUB_ACTION_PATH"/data/path)
1919
mkdir -p "$repoPath/requirements"
20-
git clone --depth 1 https://github.com/home-assistant/wheels-custom-integrations.git "$repoPath/wheels-custom-integrations"
20+
git clone --quiet --depth 1 https://github.com/home-assistant/wheels-custom-integrations.git "$repoPath/wheels-custom-integrations" > /dev/null
2121
cd "$repoPath/wheels-custom-integrations"
2222
jq -r .requirements "$GITHUB_ACTION_PATH/data/manifest.json" > "$repoPath/wheels-custom-integrations/validate_requirements/files.json"
2323
cp "$GITHUB_ACTION_PATH/helpers/requirements/__init__.py" "$repoPath/wheels-custom-integrations/validate_requirements"

0 commit comments

Comments
 (0)