-
Notifications
You must be signed in to change notification settings - Fork 51
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
CI action 'RecordActionSuccess' fails on 'main' branch #75
Comments
There's a discussion about this problem: isaacs/github#1390 See the failing action definition: terraform-examples/.github/workflows/main.yml Lines 186 to 196 in e6b2b53
And here are some tips from the |
One more idea: maybe it would be better to change the process here. The reason of the Bot commits is that we want to record the last successful full CI test run in .test_log.log and then test only the files that have changed. But instead of that we can use git tags. The process would be simpler and without Bot pushing to
@ianmiell @sanyer what's your opinion? Should we implement this with git tags? |
See the last CI run: https://github.com/ContainerSolutions/terraform-examples/runs/3074918753?check_suite_focus=true
It's because the
main
branch is protected now:The text was updated successfully, but these errors were encountered: