average-optician-67817
03/26/2025, 9:20 PMaverage-insurance-32553
03/27/2025, 9:27 AM- uses: pulumi/actions@v6
with:
work-dir: <pulumi directory>
command: up
stack-name: organization/${{ env.STACK_NAME }}
cloud-url: <your cloud url>
You can also add comment with the pulumi changes like so
- uses: pulumi/actions@v6
with:
work-dir: <pulumi directory>
command: preview
stack-name: organization/${{ env.STACK_NAME }}
comment-on-pr: true
color: always
cloud-url: <your cloud url>
https://www.pulumi.com/docs/iac/using-pulumi/continuous-delivery/github-actions/