.github/workflows/test_action.yaml gelöscht
This commit is contained in:
parent
b82ed05b12
commit
27c2d8ab13
24
.github/workflows/test_action.yaml
vendored
24
.github/workflows/test_action.yaml
vendored
@ -1,24 +0,0 @@
|
||||
name: Send message
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
tags:
|
||||
- 'v*'
|
||||
|
||||
jobs:
|
||||
send:
|
||||
name: Checkout and send message
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Send message
|
||||
uses: yamaks2306/telegram-notification@main
|
||||
if: always()
|
||||
with:
|
||||
chat_id: ${{ secrets.TG_CHAT_ID }}
|
||||
token: ${{ secrets.TG_TOKEN }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user