Skip to content

Commit

Permalink
fixup! Chore(ci): Clear cache after testing
Browse files Browse the repository at this point in the history
  • Loading branch information
literat committed Sep 30, 2024
1 parent 4a9e8bf commit fe5dfd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ jobs:
github.rest.actions.deleteActionsCacheById({
owner: context.repo.owner,
repo: context.repo.repo,
cache_id: jobs.install-build.steps.save-repository-cache.outputs.cache-key,
cache_id: steps.save-repository-cache.outputs.cache-key,
});
console.log("Clear completed");

0 comments on commit fe5dfd2

Please sign in to comment.