Skip to content

Commit

Permalink
Merge pull request #378 from pulumi/update-github-actions-workflows-220
Browse files Browse the repository at this point in the history
Update GitHub Actions workflows.
  • Loading branch information
AaronFriel committed Jun 17, 2023
2 parents 6e24677 + c06dd01 commit 902b880
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Publish SDKs
uses: pulumi/pulumi-package-publisher@295ac32fdcff28015f2710ce640bf67a8388e89a
uses: pulumi/pulumi-package-publisher@v0.0.9
- env:
SLACK_CHANNEL: provider-upgrade-publish-status
SLACK_COLOR: "#FF0000"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Publish SDKs
uses: pulumi/pulumi-package-publisher@295ac32fdcff28015f2710ce640bf67a8388e89a
uses: pulumi/pulumi-package-publisher@v0.0.9
- env:
SLACK_CHANNEL: provider-upgrade-publish-status
SLACK_COLOR: "#FF0000"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Publish SDKs
uses: pulumi/pulumi-package-publisher@295ac32fdcff28015f2710ce640bf67a8388e89a
uses: pulumi/pulumi-package-publisher@v0.0.9
- env:
SLACK_CHANNEL: provider-upgrade-publish-status
SLACK_COLOR: "#FF0000"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Publish SDKs
uses: pulumi/pulumi-package-publisher@295ac32fdcff28015f2710ce640bf67a8388e89a
uses: pulumi/pulumi-package-publisher@v0.0.9
- env:
SLACK_CHANNEL: provider-upgrade-publish-status
SLACK_COLOR: "#FF0000"
Expand Down

0 comments on commit 902b880

Please sign in to comment.