change nur-update endpoint
This commit is contained in:
parent
d2a8c02a1b
commit
71d59a8298
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -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 a new issue