From 69e82028fedd8fbd00f2f91b908d1be1fe98e43f Mon Sep 17 00:00:00 2001 From: Sebastian Pietras Date: Sat, 27 Jan 2024 22:58:11 +0100 Subject: [PATCH] Fetched template changes --- .copier-answers.yaml | 6 ++++-- .github/workflows/example.yaml | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.copier-answers.yaml b/.copier-answers.yaml index 95d4ab6..76feff0 100644 --- a/.copier-answers.yaml +++ b/.copier-answers.yaml @@ -1,10 +1,12 @@ # Changes here will be overwritten by Copier; NEVER EDIT MANUALLY -_commit: 0.5.0 +_commit: 0.5.2 _src_path: gh:quickplates/meta accountname: quickplates description: Generic project template 👤 example: true -examplerepo: quickplates/generic-example +exampleaccountname: quickplates +exampledescription: Generic project example 👤 +examplereponame: generic-example reponame: generic repourl: https://github.com/quickplates/generic type: generic diff --git a/.github/workflows/example.yaml b/.github/workflows/example.yaml index 9d31d44..5274f59 100644 --- a/.github/workflows/example.yaml +++ b/.github/workflows/example.yaml @@ -47,7 +47,7 @@ jobs: - name: Install Nix uses: cachix/install-nix-action@v25 with: - github_EXAMPLES_ACCESS_TOKEN: ${{ github.token }} + github_access_token: ${{ github.token }} install_url: https://releases.nixos.org/nix/nix-2.19.3/install # See: https://github.com/cachix/install-nix-action/issues/56 - name: Import Nix store cache