diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 8ad586eed974b..3136ab75b5a53 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -28,12 +28,12 @@ jobs: steps: - name: Notify Slack of Examples Changes - uses: slackapi/slack-github-action@v1.24.0 - with: - channel-id: 'tech-docs' - slack-message: "An open PR modifies files in the `examples/` directory. Review it: " + uses: slackapi/slack-github-action@v1.27.0 env: SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }} + with: + channel-id: 'tech-docs' + slack-message: 'An open PR modifies files in the `examples/` directory. Review it: ' spelling: name: Lint documentation