We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 615a3bc commit 8f04800Copy full SHA for 8f04800
action.yaml
@@ -13,7 +13,7 @@ inputs:
13
sleep-length:
14
description: 'Time to sleep (sec) between API calls'
15
required: false
16
- default: 1
+ default: '1'
17
18
runs:
19
using: "composite"
@@ -90,7 +90,6 @@ runs:
90
fi
91
# API Call here
92
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}"
94
sleep "${SLEEP_LENGTH}"
95
done
96
done < "${REPO_NAMES_FILE}"
0 commit comments