mirror of
https://github.com/containers/podman.git
synced 2025-08-06 11:32:07 +08:00
Merge pull request #12998 from cevich/fix_query
[CI:DOCS] Github workflow: Update Cirrus-cron GraphQL query
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user