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 9d4695b commit 615a3bcCopy full SHA for 615a3bc
action.yaml
@@ -90,6 +90,7 @@ 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