Set the right flakehub flake name for MNC too

This commit is contained in:
Graham Christensen 2024-11-05 09:56:04 -05:00 committed by GitHub
parent d4a90dfe48
commit 94c81258c9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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