Skip to content

Commit 4acf5ff

Browse files
authored
fix action link (#8540)
1 parent 85b2a74 commit 4acf5ff

6 files changed

+6
-6
lines changed

Diff for: .github/workflows/automerge-workflow.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
needs: [automerge]
2626
steps:
2727
- name: Slack Notification
28-
uses: rtCamp/action-slack-notify@v2
28+
uses: docker://sholung/action-slack-notify:v2.3.0
2929
env:
3030
SLACK_CHANNEL: docs-ops
3131
SLACK_COLOR: "#F54242"

Diff for: .github/workflows/build-and-deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
needs: [buildSite]
6868
steps:
6969
- name: Slack Notification
70-
uses: rtCamp/action-slack-notify@v2
70+
uses: docker://sholung/action-slack-notify:v2.3.0
7171
env:
7272
SLACK_CHANNEL: docs-ops
7373
SLACK_COLOR: "#F54242"

Diff for: .github/workflows/generate-provider-docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
needs: [build-tfgen-provider-docs]
135135
steps:
136136
- name: Slack Notification
137-
uses: rtCamp/action-slack-notify@v2
137+
uses: docker://sholung/action-slack-notify:v2.3.0
138138
env:
139139
SLACK_CHANNEL: docs-ops
140140
SLACK_COLOR: "#F54242"

Diff for: .github/workflows/pulumi-cli.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
needs: [pull-request, build-pulumi-cli-docs]
133133
steps:
134134
- name: Slack Notification
135-
uses: rtCamp/action-slack-notify@v2
135+
uses: docker://sholung/action-slack-notify:v2.3.0
136136
env:
137137
SLACK_CHANNEL: docs-ops
138138
SLACK_COLOR: "#F54242"

Diff for: .github/workflows/update-theme.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
needs: [merge]
7070
steps:
7171
- name: Slack Notification
72-
uses: rtCamp/action-slack-notify@v2
72+
uses: docker://sholung/action-slack-notify:v2.3.0
7373
env:
7474
SLACK_CHANNEL: docs-ops
7575
SLACK_COLOR: "#F54242"

Diff for: .github/workflows/update-tutorials.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
needs: [merge]
4242
steps:
4343
- name: Slack Notification
44-
uses: rtCamp/action-slack-notify@v2
44+
uses: docker://sholung/action-slack-notify:v2.3.0
4545
env:
4646
SLACK_CHANNEL: docs-ops
4747
SLACK_COLOR: "#F54242"

0 commit comments

Comments
 (0)