Skip to content

Commit 3a62833

Browse files
committed
Merge branch 'cache-2-flakehub'
2 parents a5bf98f + a334c16 commit 3a62833

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
- uses: DeterminateSystems/nix-installer-action@main
7878
with:
7979
flakehub: true
80-
- uses: DeterminateSystems/magic-nix-cache-action@main
80+
- uses: DeterminateSystems/flakehub-cache-action@main
8181
- uses: webfactory/[email protected]
8282
if: ${{ inputs.enable-ssh-agent }}
8383
with:
@@ -144,7 +144,7 @@ jobs:
144144
if: ${{ !github.repository.fork && inputs.visibility != '' && (github.ref == format('refs/heads/{0}', inputs.default-branch) || startsWith(github.ref, 'refs/tags/')) }}
145145
with:
146146
flakehub: true
147-
- uses: DeterminateSystems/magic-nix-cache-action@main
147+
- uses: DeterminateSystems/flakehub-cache-action@main
148148
if: ${{ !github.repository.fork && inputs.visibility != '' && (github.ref == format('refs/heads/{0}', inputs.default-branch) || startsWith(github.ref, 'refs/tags/')) }}
149149
- uses: "DeterminateSystems/flakehub-push@main"
150150
if: ${{ !github.repository.fork && inputs.visibility != '' && (github.ref == format('refs/heads/{0}', inputs.default-branch) || startsWith(github.ref, 'refs/tags/')) }}

0 commit comments

Comments
 (0)