ALPHA: wire is a tool to deploy nixos systems wire.althaea.zone/

github-actions: don't use absolute URLs for `uses`

authored by

itslychee and committed by marshmallow.tngl.sh 51b12a05 5f7ca38d

+7 -7
+2 -2
.github/workflows/build.yml
··· 10 10 package: [wire, docs] 11 11 steps: 12 12 - uses: actions/checkout@v4 13 - - uses: https://github.com/cachix/install-nix-action@v27 13 + - uses: cachix/install-nix-action@v27 14 14 with: 15 15 nix_path: nixpkgs=channel:nixos-unstable 16 - - uses: https://github.com/cachix/cachix-action@v14 16 + - uses: cachix/cachix-action@v14 17 17 with: 18 18 name: wires 19 19 authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
+3 -3
.github/workflows/publish-docs.yml
··· 11 11 12 12 steps: 13 13 - uses: actions/checkout@v4 14 - - uses: https://github.com/cachix/install-nix-action@v27 14 + - uses: cachix/install-nix-action@v27 15 15 with: 16 16 nix_path: nixpkgs=channel:nixos-unstable 17 - - uses: https://github.com/cachix/cachix-action@v14 17 + - uses: cachix/cachix-action@v14 18 18 with: 19 19 name: wires 20 20 authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}' 21 21 - run: nix build .#docs 22 22 - name: Publish 23 - uses: https://github.com/cloudflare/pages-action@v1 23 + uses: cloudflare/pages-action@v1 24 24 with: 25 25 apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }} 26 26 accountId: b300aa9feadcc6f9a3d855959d3287ed
+2 -2
.github/workflows/test.yml
··· 18 18 runs-on: ubuntu-latest 19 19 steps: 20 20 - uses: actions/checkout@v4 21 - - uses: https://github.com/cachix/install-nix-action@v27 21 + - uses: cachix/install-nix-action@v27 22 22 with: 23 23 nix_path: nixpkgs=channel:nixos-unstable 24 - - uses: https://github.com/cachix/cachix-action@v14 24 + - uses: cachix/cachix-action@v14 25 25 with: 26 26 name: wires 27 27 authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'