Skip to content

Commit

Permalink
will this fix it?
Browse files Browse the repository at this point in the history
  • Loading branch information
garbas committed Oct 20, 2023
1 parent 010b8ea commit 985c3b1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ export async function run() {

core.startGroup('Restore Nix Cache')
const cacheKey = await cache.restoreCache(
utils.GH_CACHE_PATHS,
utils.GH_CACHE_PATHS.slice(),
utils.GH_CACHE_KEY,
utils.GH_CACHE_RESTORE_KEYS
utils.GH_CACHE_RESTORE_KEYS.slice()
)
core.endGroup()
}

0 comments on commit 985c3b1

Please sign in to comment.