automation-tests/.github
Chris Evich d95e79ebe3
GHA: Fix dumb error check
Previously the reply JSON was examined for the literal presence of the
string 'error'.  This was intended to catch server or query errors and
the like.  However it's not a sound design as valid/legitimate contents
could potentially contain the string.  Fix this by using the `-e` option
to `jq`, with a filter that should always result in a non-empty/null
match.  If this fails or returns null for some reason, then it's safe to
throw a real error code & message.

Signed-off-by: Chris Evich <cevich@redhat.com>
2022-07-14 14:42:59 -04:00
..
actions/check_cirrus_cron GHA: Fix dumb error check 2022-07-14 14:42:59 -04:00
workflows Set permissions for GitHub actions 2022-03-30 20:36:23 +00:00
ISSUE_TEMPLATE.md troubleshooting links to main branch 2022-01-14 12:29:13 +01:00
PULL_REQUEST_TEMPLATE.md [CI:DOCS] PodmanImage Readme touchup 2022-06-04 15:19:09 -04:00
dependabot.yml dependabot: add release-note-none label 2022-05-17 13:55:01 -06:00
issue-labeler.yml github: label issues based on os fix regex 2022-01-27 21:24:34 +01:00