Skip to content

Commit 70a7f9c

Browse files
committed
updated ci
1 parent 130b979 commit 70a7f9c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build-docs.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
fi
118118
119119
- name: Publish
120-
uses: netlify/actions/cli@master
120+
uses: stackql/actions/cli@replace-deprecated-set-output
121121
env:
122122
NETLIFY_SITE_ID: ${{ secrets[format('NETLIFY_SITE_ID_{0}', matrix.provider)] }}
123123
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
@@ -132,9 +132,9 @@ jobs:
132132
133133
- name: Send Slack message
134134
id: slack
135-
uses: slackapi/slack-github-action@v1.26.0
135+
uses: slackapi/slack-github-action@v2.1.0
136136
with:
137137
payload-file-path: slack-message.json
138138
env:
139139
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
140-
SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK
140+
SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK

docs/snowflake-docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,4 +114,4 @@ stackql.exe shell --auth=$Auth
114114
<a href="/providers/snowflake/view/">view</a><br />
115115
<a href="/providers/snowflake/warehouse/">warehouse</a><br />
116116
</div>
117-
</div>
117+
</div>

0 commit comments

Comments
 (0)