Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/baerwang/actions-lark
Actions Any failed operation can be implemented with the tool to implement lark notifications
https://github.com/baerwang/actions-lark
action actions lark-bot
Last synced: about 1 month ago
JSON representation
Actions Any failed operation can be implemented with the tool to implement lark notifications
- Host: GitHub
- URL: https://github.com/baerwang/actions-lark
- Owner: baerwang
- Created: 2024-05-05T11:02:13.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-05-05T11:12:13.000Z (7 months ago)
- Last Synced: 2024-09-30T23:24:54.980Z (about 2 months ago)
- Topics: action, actions, lark-bot
- Language: Python
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# actions-lark - Github Action
Actions Any failed operation can be implemented with the tool to implement lark notifications
## Example usage
Then you can use the following example to create a workflow file in your repository.
```yaml
name: Test CI & CD
on:
push:
branches:jobs:
deps-update:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3- name: Integration failure notifications
if: ${{ failure() }}
uses: baerwang/actions-lark@main
with:
lark-bot-notify-webhook: ${{ secrets.LARK_BOT_NOTIFY_WEBHOOK_FME }}
title: "Integration test failure 💥"
action-link: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}