We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97fdd9f commit 583747cCopy full SHA for 583747c
.github/workflows/AWSMegatests.yml
@@ -49,15 +49,15 @@ jobs:
49
50
- name: PR previews
51
if: ${{ github.event_name == 'pull_request' }}
52
- uses: pulumi/actions@df5a93ad715135263c732ba288301bd044c383c0 # v6
+ uses: pulumi/actions@cc7494be991dba0978f7ffafaf995b0449a0998e # v6
53
with:
54
command: preview
55
stack-name: ${{ env.PULUMI_STACK_NAME }}
56
work-dir: ${{ env.PULUMI_WORKING_DIRECTORY }}
57
58
- name: Apply infrastructure update
59
if: ${{ github.event_name == 'push' }}
60
61
62
command: up
63
0 commit comments