Skip to content

Commit

Permalink
Remove deprecated output command
Browse files Browse the repository at this point in the history
  • Loading branch information
calumabarnett committed Apr 27, 2023
1 parent 6806b7a commit 5a8b427
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_end_to_end.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Get Pulumi version
id: get-pulumi-version
run: |
echo "::set-output name=PULUMI_VERSION::$(python .github/workflows/scripts/get_pulumi_version.py)"
echo "name=PULUMI_VERSION::$(python .github/workflows/scripts/get_pulumi_version.py)" >> $GITHUB_OUTPUT
- name: Remove existing Pulumi installations
run: |
rm -rf $HOME/.pulumi
Expand Down

0 comments on commit 5a8b427

Please sign in to comment.