-
Notifications
You must be signed in to change notification settings - Fork 32
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
Error: The operation was canceled. #55
Comments
Is it possible that there was a second push to the same branch and your workflow is configured with: check-spelling/.github/workflows/spelling.yml Lines 26 to 29 in d7cd297
If so, it just means that the second push killed the first push. It's also possible that you're using: Although that seems relatively unlikely. |
|
Hmm, you can try adding Perhaps try actions/runner#2468 suggests it could perhaps be an oom, although I'd be somewhat shocked if it was... |
I re-ran with GitHub's debug output and got this stack trace:
Nothing exciting. I'll try again with your parameters. |
I ran the same workflow again with both Is there maybe some other flag to print the currently processed file name to the console? |
You can try It'll report the files as they go. I could add a flag for that... |
You could add that behind the Thanks! UPDATE: The job step now finished with error with commit 9fb3819. We were previously using v0.0.21 (d7cd297) and there must be some specific differences beyond that file name print statement from the linked commit. At least, I can now fix the errors that were found. 🥳 |
ok, fce59ac now has the debugging as a general thing guarded by debug. I'm not a huge fan of using debug as a guard, but I have some repositories with tens of thousands of files so I don't really want to print each file twice by default (I'm currently doing it once, and I do need to think about whether that's a good idea for giant repositories). I may eventually make a special env var or flag just for this or something, but this is good enough for now and could certainly be live in a release (I obviously don't commit to the output from By That said, I just made a couple of changes today and fixed a caching bug (admittedly, it only bit people using prerelease but my coworkers do that!). I do think I should be able to ship a release this month. I'm getting more comfortable with the code every day (and I'm cleaning things up too). |
Yes! Looking forward to the next release. This is really great work. Do you have a way of supporting your work with donations anywhere? |
No, I'm thankfully employed. The best support I get are bug reports and additional customers 🙂 (e.g. donating the workflow to other repositories). I'm going to mark this as closed since it'll be fixed in the next release. Thanks for testing it out. |
I'm encountering a strange error that I am currently unable to dissect. Here's the action log from our GitHub workflow run:
No errors are logged.
Please provide some guidance on how to investigate this problem at this stage.
The text was updated successfully, but these errors were encountered: