wonderful-dog-9045
04/21/2021, 1:38 PMRun pulumi/actions@v3
with:
command: preview
stack-name: live
work-dir: ./
comment-on-pr: false
github-token: ***
parallel: 2147483647
target-dependents: false
refresh: false
upsert: false
env:
PULUMI_ACCESS_TOKEN: ***
Error: code: 255
stdout:
stderr: error: no stack named 'live' found
err?:
The correct stack-name is MyOrgName/live
and not live
.
However that is the name I put into the workflow:
- uses: pulumi/actions@v3
with:
command: up
stack-name: MyOrgName/live
env:
PULUMI_ACCESS_TOKEN: ${{ secrets.PULUMI_ACCESS_TOKEN }}
Running pulumi preview --stack MyOrgName/live
locally works fine.
Any ideas what I may be doing wrong?live
and not MyOrgName/live
.broad-dog-22463
04/21/2021, 1:44 PMloud-helicopter-75345
04/21/2021, 3:54 PM