Hello I am trying to use pulumi with github action...
# typescript
r
Hello I am trying to use pulumi with github actions i see this error during workflow
Copy code
Error: code: 255
 stdout: 
 stderr: error: could not create stack: the stack is currently locked by 1 lock(s). Either wait for the other process(es) to end or manually delete the lock file(s).
how to fix this ? Thanks
e
So if your sure that this is just a corrupt lock you can remove the locks on a stack with
pulumi cancel --stack <stack name>
I really need to look at our locking code because there's been a number of issues raised about it sad panda