Add the action to this repository
This commit is contained in:
parent
b0d7c6c157
commit
5937abe435
1 changed files with 14 additions and 0 deletions
14
.github/workflows/main.yml
vendored
Normal file
14
.github/workflows/main.yml
vendored
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
name: Gotify Notification
|
||||||
|
on: [push]
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@master
|
||||||
|
- name: Gotify Notification
|
||||||
|
uses: eikendev/action-gotify@master
|
||||||
|
env:
|
||||||
|
gotify_api_base: ${{ secrets.gotify_api_base }}
|
||||||
|
gotify_app_token: ${{ secrets.gotify_app_token }}
|
||||||
|
notification_title: 'Build Complete'
|
||||||
|
notification_message: 'Your build was completed.'
|
Loading…
Reference in a new issue