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 }}'