Skip to content

Commit

Permalink
fix action link
Browse files Browse the repository at this point in the history
  • Loading branch information
sean1588 committed Feb 3, 2023
1 parent b19d6f3 commit 5648103
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/automerge-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
needs: [automerge]
steps:
- name: Slack Notification
uses: rtCamp/action-slack-notify@v2
uses: docker://sholung/action-slack-notify:v2.3.0
env:
SLACK_CHANNEL: docs-ops
SLACK_COLOR: "#F54242"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
needs: [buildSite]
steps:
- name: Slack Notification
uses: rtCamp/action-slack-notify@v2
uses: docker://sholung/action-slack-notify:v2.3.0
env:
SLACK_CHANNEL: docs-ops
SLACK_COLOR: "#F54242"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/generate-provider-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ jobs:
needs: [build-tfgen-provider-docs]
steps:
- name: Slack Notification
uses: rtCamp/action-slack-notify@v2
uses: docker://sholung/action-slack-notify:v2.3.0
env:
SLACK_CHANNEL: docs-ops
SLACK_COLOR: "#F54242"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pulumi-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
needs: [pull-request, build-pulumi-cli-docs]
steps:
- name: Slack Notification
uses: rtCamp/action-slack-notify@v2
uses: docker://sholung/action-slack-notify:v2.3.0
env:
SLACK_CHANNEL: docs-ops
SLACK_COLOR: "#F54242"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-theme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
needs: [merge]
steps:
- name: Slack Notification
uses: rtCamp/action-slack-notify@v2
uses: docker://sholung/action-slack-notify:v2.3.0
env:
SLACK_CHANNEL: docs-ops
SLACK_COLOR: "#F54242"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-tutorials.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
needs: [merge]
steps:
- name: Slack Notification
uses: rtCamp/action-slack-notify@v2
uses: docker://sholung/action-slack-notify:v2.3.0
env:
SLACK_CHANNEL: docs-ops
SLACK_COLOR: "#F54242"
Expand Down

0 comments on commit 5648103

Please sign in to comment.