File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ function checkCondition () {
17
17
function checkRun () {
18
18
repoPath=$( cat " $GITHUB_ACTION_PATH " /data/path)
19
19
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
21
21
cd " $repoPath /wheels-custom-integrations"
22
22
jq -r .requirements " $GITHUB_ACTION_PATH /data/manifest.json" > " $repoPath /wheels-custom-integrations/validate_requirements/files.json"
23
23
cp " $GITHUB_ACTION_PATH /helpers/requirements/__init__.py" " $repoPath /wheels-custom-integrations/validate_requirements"
You can’t perform that action at this time.
0 commit comments