mirror of
https://github.com/DeterminateSystems/ci.git
synced 2025-04-19 02:30:10 +02:00
Use determinate param consistently
This commit is contained in:
parent
7e86738ff9
commit
a72b01ec5a
1 changed files with 2 additions and 2 deletions
4
.github/workflows/workflow.yml
vendored
4
.github/workflows/workflow.yml
vendored
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue