Home

nur @main - refs - log -
-
https://git.jolheiser.com/nur.git
My NUR
tree log patch
Actions: Add warning on template string checks
Signature
-----BEGIN PGP SIGNATURE----- iHUEABYKAB0WIQTO+1gmRtSlWQuOXJihdWlD0yipJAUCYPXDtgAKCRChdWlD0yip JH2YAQCaviUlUHIeiHtrGFT+DmvRFgwaCOqT255/fpXljDRbSwD+LnfTsS6ey575 TqLHTVJvC8SyShaRHa1lPsSpM+qI4AE= =VTNt -----END PGP SIGNATURE-----
toonn <toonn@toonn.io>
3 years ago
1 changed files, 2 additions(+), 0 deletions(-)
M .github/workflows/build.yml -> .github/workflows/build.yml
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 8c14c07baa0e7772f5a567d47648211e9e16b3cd..f887333ffd40ec6df2bef89466c016222385df3b 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -44,6 +44,7 @@     - name: Show nixpkgs version
       run: nix-instantiate --eval -E '(import <nixpkgs> {}).lib.version'
     - name: Setup cachix
       uses: cachix/cachix-action@v10
+      # Don't replace the template string here!
       if: ${{ matrix.cachixName != '<YOUR_CACHIX_NAME>' }}
       with:
         name: ${{ matrix.cachixName }}
@@ -61,5 +62,6 @@     - name: Build nix packages
       # TODO switch to default nixpkgs channel once nix-build-uncached 1.0.0 is in stable
       run: nix run -I 'nixpkgs=channel:nixos-unstable' nixpkgs.nix-build-uncached -c nix-build-uncached ci.nix -A cacheOutputs
     - name: Trigger NUR update
+      # Don't replace the template string here!
       if: ${{ matrix.nurRepo != '<YOUR_REPO_NAME>' }}
       run: curl -XPOST "https://nur-update.herokuapp.com/update?repo=${{ matrix.nurRepo }}"