-
Notifications
You must be signed in to change notification settings - Fork 2
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
Check that the ETag value is nonempty #38
Check that the ETag value is nonempty #38
Conversation
Possible to make it send me workflow failure notification daily? lol |
The thing is, okay now it doesn't create a PR, but it was working before and now it is not. This is unsatisfying because we do not know why or what changed. On my local system it fails when the If you want, and if you have GitHub Actions enabled for branches, you could create a debug branch and modify the workflow file to add some The truth is, these particular files are only to configure the Actionlint linter and are not expected to change often. But it remains unsatisfying that the workflow no longer works. |
On my local system, I discovered an interesting data point. The ETag file alternates between populated and empty. I do not yet understand why or how to deal with it. This was supposed to be fixed in curl 7.70.0. The macos-14 GitHub runner is using Curl 8.7.1 (updated three weeks ago from 8.6.0). Any thoughts?
There is a workaround mentioned in a comment. But it did not work in my testing:
So unless you have any ideas how to deal with this, it might be best to remove the |
Alternatively, running I still do not understand why it worked before and stopped working two weeks ago... |
No description provided.