change nur-update endpoint

This commit is contained in:
Jörg Thalheim 2022-12-23 09:45:56 +01:00
parent d2a8c02a1b
commit 71d59a8298

View file

@ -72,4 +72,4 @@ jobs:
- name: Trigger NUR update - name: Trigger NUR update
# Don't replace <YOUR_REPO_NAME> here! # Don't replace <YOUR_REPO_NAME> here!
if: ${{ matrix.nurRepo != '<YOUR_REPO_NAME>' }} if: ${{ matrix.nurRepo != '<YOUR_REPO_NAME>' }}
run: curl -XPOST "https://nur-update.herokuapp.com/update?repo=${{ matrix.nurRepo }}" run: curl -XPOST "https://nur-update.nix-community.org/update?repo=${{ matrix.nurRepo }}"