Merge pull request #12998 from cevich/fix_query

[CI:DOCS] Github workflow: Update Cirrus-cron GraphQL query
This commit is contained in:
OpenShift Merge Robot
2022-01-25 13:51:43 -05:00
committed by GitHub

View File

@ -22,7 +22,7 @@ mkdir -p artifacts
cat > ./artifacts/query_raw.json << "EOF"
{"query":"
query CronNameStatus($owner: String!, $repo: String!) {
githubRepository(owner: $owner, name: $repo) {
ownerRepository(platform: \"LINUX\", owner: $owner, name: $repo) {
cronSettings {
name
lastInvocationBuild {