Deploy Garble Guide using Mdbook to GH Pages #113
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: [pull_request] | |
name: Dependabot | |
jobs: | |
run_if: | |
if: startsWith(github.head_ref, 'dependabot/') | |
name: Notify | |
runs-on: ubuntu-latest | |
steps: | |
- name: Post to a Slack channel | |
uses: slackapi/[email protected] | |
with: | |
channel-id: 'C04658EJ9QS' | |
slack-message: "New Dependabot PR: ${{ github.event.pull_request.html_url || github.event.head_commit.url }}" | |
env: | |
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }} |