Merge pull request from DeterminateSystems/determinate-nix-param

Use determinate param consistently
This commit is contained in:
Luc Perkins 2025-03-28 15:22:57 -03:00 committed by GitHub
commit b4ed84f23a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"