Last active
November 7, 2019 05:33
-
-
Save xinthink/e34736c9d249ce0dfbd88d9535e9c9e8 to your computer and use it in GitHub Desktop.
medium-custom-github-actions check.yml
This file contains hidden or 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
| - 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