Skip to content

Commit

Permalink
Update GitHub Actions workflows. (#621)
Browse files Browse the repository at this point in the history
* [internal] Update GitHub Actions workflow files

* fix python README

---------

Co-authored-by: Guinevere Saenger <[email protected]>
  • Loading branch information
pulumi-bot and guineveresaenger authored May 3, 2023
1 parent 9aebf8e commit 80e3af9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/upgrade-provider.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
jobs:
upgrade_provider:
if: ${{ github.event.issue.title }} =~ 'Upgrade terraform-provider-'
if: contains(github.event.issue.title, 'Upgrade terraform-provider-')
name: upgrade-provider
runs-on: ubuntu-latest
steps:
Expand Down
2 changes: 1 addition & 1 deletion sdk/python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ To use from Python, install using `pip`:

To use from Go, use `go get` to grab the latest version of the library

$ go get github.com/pulumi/pulumi-docker/sdk/v3
$ go get github.com/pulumi/pulumi-docker/sdk/v4

### .NET

Expand Down

0 comments on commit 80e3af9

Please sign in to comment.