Skip to content

Commit 8f04800

Browse files
committed
remove the echo out sleep time
Signed-off-by: Andrew Brandt <[email protected]>
1 parent 615a3bc commit 8f04800

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

action.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ inputs:
1313
sleep-length:
1414
description: 'Time to sleep (sec) between API calls'
1515
required: false
16-
default: 1
16+
default: '1'
1717

1818
runs:
1919
using: "composite"
@@ -90,7 +90,6 @@ runs:
9090
fi
9191
# API Call here
9292
gh api --method PATCH -H "Accept: application/vnd.github+json" -H "X-GitHub-Api-Version: 2022-11-28" /repos/${ORG_NAME}/${REPO_NAME}/properties/values -f "properties[][property_name]=${key}" -f "properties[][value]=${value}"
93-
echo "Now sleeping for ${SLEEP_LENGTH}"
9493
sleep "${SLEEP_LENGTH}"
9594
done
9695
done < "${REPO_NAMES_FILE}"

0 commit comments

Comments
 (0)