Merge pull request #12998 from cevich/fix_query
[CI:DOCS] Github workflow: Update Cirrus-cron GraphQL query
This commit is contained in:
commit
7003d334e8
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue