Skip to content

Commit

Permalink
fix titles for installing the pulumi CLI
Browse files Browse the repository at this point in the history
The titles currently mention "Latest" pulumi CLI, however that's
easily confused as the latest stable release, even though we are
installing the dev versions now.
  • Loading branch information
tgummerer committed Feb 9, 2024
1 parent a4f94c1 commit 248d647
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cron.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Run Template Tests Against Latest CLI
name: Run Template Tests Against Pulumi CLI
on:
schedule:
- cron: '0 8 * * *'
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go-version }}
- name: Install Latest Pulumi CLI
- name: Install Pulumi CLI
uses: pulumi/actions@v5
with:
pulumi-version: ${{ matrix.pulumi-version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/performance_metrics_cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
uses: google-github-actions/setup-gcloud@v0
with:
install_components: gke-gcloud-auth-plugin
- name: Install Latest Pulumi CLI
- name: Install Pulumi CLI
uses: pulumi/actions@v5
with:
pulumi-version: dev
Expand Down

0 comments on commit 248d647

Please sign in to comment.