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
I'm trying to build a workflow with terraform. there is a step to call terraform plan --var-file="./terraform-dev.tfvars" it turns out that actions/checkout@v2 remove all my code. so I cannot refer to any tfvars
I think I have found the issue in my case, I setup a ref parameter too, and that runs with git checkout --force, meaning that it will drop changes if they have conflicts. Maybe that is it?
I'm trying to build a workflow with terraform. there is a step to call
terraform plan --var-file="./terraform-dev.tfvars"
it turns out thatactions/checkout@v2
remove all my code. so I cannot refer to anytfvars
The step of checkout:
Error details:

code snippet:
Any idea? thannks
The text was updated successfully, but these errors were encountered: