We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6e0eab6 + 3770d42 commit 0fc4431Copy full SHA for 0fc4431
.github/workflows/build-docs.yaml
@@ -128,6 +128,10 @@ jobs:
128
with:
129
args: deploy --prod --dir=./build --message="Deploy from Github Action" --no-build
130
131
+ - name: Preparing and sending Slack message
132
+ run: >
133
+ echo "📣 Preparing and sending Slack message for matrix provider: ${{ matrix.provider }}"
134
+
135
- name: Prepare Slack message
136
env:
137
PROVIDER: ${{ matrix.provider }}
0 commit comments