This message was deleted.
# general
s
This message was deleted.
h
This feature is pending for the next release. See: https://github.com/pulumi/actions/blob/master/CHANGELOG.md
a
Ah, I just spotted this too. Thanks for pointing out! I've just specified the commit sha as shown in GitHub actions to test. Although I get no warning at the top using it, the stack still isn't deleted:
Copy code
Run pulumi/actions@a8f22a75ed2d159b2b05326e3cba79b1fcdaab18
  with:
    command: destroy
    stack-name: company/infra
    work-dir: iac/pulumi
    upsert: false
    remove: true

...

  Resources:
      - 35 deleted
  
  Duration: 4m42s
  
  
  The resources in the stack have been deleted, but the history and configuration associated with the stack are still maintained. 
  If you want to remove the stack completely, run `pulumi stack rm company/infra`.