Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dwr stops with "jq: error" #20

Open
koppor opened this issue Sep 19, 2021 · 1 comment
Open

dwr stops with "jq: error" #20

koppor opened this issue Sep 19, 2021 · 1 comment

Comments

@koppor
Copy link

koppor commented Sep 19, 2021

I get following error when executing the script

jq: error (at <stdin>:0): null (null) cannot be matched, as it is not a string
@koppor
Copy link
Author

koppor commented Sep 19, 2021

My quick workaround:

gh api -X DELETE "/repos/$repo/actions/runs/$id" || true

This leads to following output:

OK!     1248062336
{
  "message": "Could not delete the workflow run",
  "documentation_url": "https://docs.github.com/rest/reference/actions#delete-a-workflow-run"
}
gh: Could not delete the workflow run (HTTP 403)
OK!     1248062335

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant