fix typo (secrets.ntfy_headers)
Some checks failed
E2E Testing / test (push) Failing after 1m35s

This commit is contained in:
sebastian 2024-02-15 19:36:37 +01:00
parent 421929f428
commit 950e5c6862

View File

@ -26,6 +26,6 @@ jobs:
with: with:
url: ${{ secrets.NTFY_URL }} url: ${{ secrets.NTFY_URL }}
topic: ${{ secrets.NTFY_TOPIC }} topic: ${{ secrets.NTFY_TOPIC }}
headers: '${{ NTFY_HEADERS }}' headers: '${{ secrets.NTFY_HEADERS }}'