Skip to content

Commit 615a3bc

Browse files
committed
add echo out sleep
Signed-off-by: Andrew Brandt <[email protected]>
1 parent 9d4695b commit 615a3bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

action.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ 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}"
9394
sleep "${SLEEP_LENGTH}"
9495
done
9596
done < "${REPO_NAMES_FILE}"

0 commit comments

Comments
 (0)