Skip to content

Commit

Permalink
remove internal API client
Browse files Browse the repository at this point in the history
  • Loading branch information
dsame committed Jul 5, 2023
1 parent ef7b227 commit 8f54fa9
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 495 deletions.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -1631,7 +1631,7 @@ class StateCacheStorage {
yield resetCacheWithOctokit(CACHE_KEY);
const fileSize = fs_1.default.statSync(filePath).size;
if (fileSize === 0) {
core.info(`the cache ${CACHE_KEY} will be removed`);
core.info(`the state will be removed`);
return;
}
yield cache.saveCache([path_1.default.dirname(filePath)], CACHE_KEY);
Expand Down
12 changes: 0 additions & 12 deletions src/classes/actions-cache-hilevel/download.ts

This file was deleted.

43 changes: 0 additions & 43 deletions src/classes/actions-cache-hilevel/upload.ts

This file was deleted.

65 changes: 0 additions & 65 deletions src/classes/actions-cache-internal/download.ts

This file was deleted.

44 changes: 0 additions & 44 deletions src/classes/actions-cache-internal/http-client.ts

This file was deleted.

19 changes: 0 additions & 19 deletions src/classes/actions-cache-internal/http-responses.ts

This file was deleted.

127 changes: 0 additions & 127 deletions src/classes/actions-cache-internal/retry.ts

This file was deleted.

Loading

0 comments on commit 8f54fa9

Please sign in to comment.