You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If docker changes a file / folder on a mounted volume the permissions at borked, probably to root root. On a subsequent run the actions/checkout will fail as it can't clean the repo. You will get errors on any file this action touches, I think for this action the implications are just on the .terraform/ folder?
If docker changes a file / folder on a mounted volume the permissions at borked, probably to
root root
. On a subsequent run theactions/checkout
will fail as it can't clean the repo. You will get errors on any file this action touches, I think for this action the implications are just on the.terraform/
folder?Example of the errors:
Here is an example of a fix another author did once I raised the issue with them:
dflook/terraform-github-actions@v1.17.0...v1.17.1
You can work around this by:
but this is a faff and should be handled by the action natively
The text was updated successfully, but these errors were encountered: