Skip to content

Instantly share code, notes, and snippets.

@xinthink
Last active November 7, 2019 05:33
Show Gist options
  • Select an option

  • Save xinthink/e34736c9d249ce0dfbd88d9535e9c9e8 to your computer and use it in GitHub Desktop.

Select an option

Save xinthink/e34736c9d249ce0dfbd88d9535e9c9e8 to your computer and use it in GitHub Desktop.
medium-custom-github-actions check.yml
- name: notification
# uses: ./ # use relative path if this's the same repo of your action
uses: <user>/<repo>@v1
with:
botToken: <TelegramBotToken>
chatId: <TelegramChatId>
jobStatus: ${{ job.status }}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment