change nur-update endpoint
parent
d2a8c02a1b
commit
71d59a8298
|
@ -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 }}"
|
||||||
|
|
Loading…
Reference in New Issue