Skip to content

Commit

Permalink
Fix syntax error in smoke-test step (pulumi#1349)
Browse files Browse the repository at this point in the history
  • Loading branch information
cnunciato authored Feb 17, 2023
1 parent cf8b887 commit 7c4ed37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/smoke-test-cli-command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ jobs:
- name: Install Pulumi CLI
uses: pulumi/action-install-pulumi-cli@v2
with:
pulumi-version: "{{ env.PULUMI_VERSION }}"
pulumi-version: ${{ env.PULUMI_VERSION }}
- name: Print CLI version
run: echo "Currently Pulumi $(pulumi version) is installed"
- name: Install Testing Dependencies
Expand Down

0 comments on commit 7c4ed37

Please sign in to comment.