mirror of
https://github.com/DeterminateSystems/ci.git
synced 2025-05-20 17:48:54 +02:00
Set the right flakehub flake name for MNC too
This commit is contained in:
parent
d4a90dfe48
commit
94c81258c9
1 changed files with 6 additions and 0 deletions
6
.github/workflows/workflow.yml
vendored
6
.github/workflows/workflow.yml
vendored
|
@ -57,6 +57,8 @@ jobs:
|
|||
with:
|
||||
flakehub: true
|
||||
- uses: DeterminateSystems/magic-nix-cache-action@main
|
||||
with:
|
||||
flakehub-flake-name: ${{ inputs.name }}
|
||||
- uses: webfactory/ssh-agent@v0.9.0
|
||||
if: ${{ inputs.enable-ssh-agent }}
|
||||
with:
|
||||
|
@ -85,6 +87,8 @@ jobs:
|
|||
with:
|
||||
flakehub: true
|
||||
- uses: DeterminateSystems/magic-nix-cache-action@main
|
||||
with:
|
||||
flakehub-flake-name: ${{ inputs.name }}
|
||||
- uses: webfactory/ssh-agent@v0.9.0
|
||||
if: ${{ inputs.enable-ssh-agent }}
|
||||
with:
|
||||
|
@ -119,6 +123,8 @@ jobs:
|
|||
flakehub: true
|
||||
- uses: DeterminateSystems/magic-nix-cache-action@main
|
||||
if: ${{ !github.repository.fork && inputs.visibility != '' && (github.ref == format('refs/heads/{0}', inputs.default-branch) || startsWith(github.ref, 'refs/tags/')) }}
|
||||
with:
|
||||
flakehub-flake-name: ${{ inputs.name }}
|
||||
- uses: "DeterminateSystems/flakehub-push@main"
|
||||
if: ${{ !github.repository.fork && inputs.visibility != '' && (github.ref == format('refs/heads/{0}', inputs.default-branch) || startsWith(github.ref, 'refs/tags/')) }}
|
||||
with:
|
||||
|
|
Loading…
Add table
Reference in a new issue