Skip to content

Commit ab4a88b

Browse files
committed
Corrects pnpm command execution in workflow
Modifies the Pulumi command execution within the workflow to correctly invoke pnpm. This ensures that the Pulumi commands are executed as intended.
1 parent e8c772b commit ab4a88b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/_pulumi-wif.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,4 +135,4 @@ jobs:
135135
export PULUMI_BACKEND_URL="${{ inputs.cloud-url }}"
136136
137137
# Run Pulumi via pnpm script
138-
pnpm run ${{ env.PULUMI_COMMAND }}:${{ inputs.stack-name }}
138+
pnpm ${{ env.PULUMI_COMMAND }}:${{ inputs.stack-name }}

0 commit comments

Comments
 (0)