From a72b01ec5ac1f6161e9bbaf650ce7b48258477e1 Mon Sep 17 00:00:00 2001 From: Luc Perkins Date: Fri, 28 Mar 2025 14:00:56 -0300 Subject: [PATCH] Use determinate param consistently --- .github/workflows/workflow.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 981bcfb..fc5f5b9 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -81,7 +81,7 @@ jobs: # - uses: Determinatesystems/flake-checker-action@main - uses: DeterminateSystems/nix-installer-action@main with: - flakehub: true + determinate: true - uses: DeterminateSystems/flakehub-cache-action@main - uses: webfactory/ssh-agent@v0.9.0 if: ${{ inputs.enable-ssh-agent }} @@ -148,7 +148,7 @@ jobs: - uses: DeterminateSystems/nix-installer-action@main if: ${{ !github.repository.fork && inputs.visibility != '' && (github.ref == format('refs/heads/{0}', inputs.default-branch) || startsWith(github.ref, 'refs/tags/')) }} with: - flakehub: true + determinate: true - uses: DeterminateSystems/flakehub-cache-action@main if: ${{ !github.repository.fork && inputs.visibility != '' && (github.ref == format('refs/heads/{0}', inputs.default-branch) || startsWith(github.ref, 'refs/tags/')) }} - uses: "DeterminateSystems/flakehub-push@main"