mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-09-12 18:47:50 +00:00
Merge pull request #12998 from cevich/fix_query
[CI:DOCS] Github workflow: Update Cirrus-cron GraphQL query
This commit is contained in:
commit
7003d334e8
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue