Skip to content

Commit

Permalink
Set the right flakehub flake name for MNC too
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamc authored Nov 5, 2024
1 parent d4a90df commit 94c8125
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ jobs:
with:
flakehub: true
- uses: DeterminateSystems/magic-nix-cache-action@main
with:
flakehub-flake-name: ${{ inputs.name }}
- uses: webfactory/[email protected]
if: ${{ inputs.enable-ssh-agent }}
with:
Expand Down Expand Up @@ -85,6 +87,8 @@ jobs:
with:
flakehub: true
- uses: DeterminateSystems/magic-nix-cache-action@main
with:
flakehub-flake-name: ${{ inputs.name }}
- uses: webfactory/[email protected]
if: ${{ inputs.enable-ssh-agent }}
with:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 94c8125

Please sign in to comment.