From ca0339b85ee8db9fda9c0718aaa7f95e17b3c617 Mon Sep 17 00:00:00 2001 From: eikendev Date: Sat, 28 Nov 2020 18:29:54 +0100 Subject: [PATCH] Rename repository --- .github/workflows/main.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 52839b7..4328028 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -6,7 +6,7 @@ jobs: steps: - uses: actions/checkout@master - name: Gotify Notification - uses: eikendev/action-gotify@master + uses: eikendev/gotify-action@master with: gotify_api_base: '${{ secrets.gotify_api_base }}' gotify_app_token: '${{ secrets.gotify_app_token }}' diff --git a/README.md b/README.md index 1915b86..640c72f 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ jobs: steps: - uses: actions/checkout@master - name: Gotify Notification - uses: eikendev/action-gotify@master + uses: eikendev/gotify-action@master with: gotify_api_base: '${{ secrets.gotify_api_base }}' gotify_app_token: '${{ secrets.gotify_app_token }}'