Skip to content

Commit 6eaeea1

Browse files
authored
Merge pull request #46 from dscho/drop-sdk-minimal-hack
Drop hack that is no longer necessary
2 parents 83e0a6f + 1da7fb9 commit 6eaeea1

File tree

3 files changed

+3
-9
lines changed

3 files changed

+3
-9
lines changed

dist/index.js

Lines changed: 1 addition & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

main.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,7 @@ async function run(): Promise<void> {
3131

3232
let needToDownload = true
3333
try {
34-
if (
35-
'git-sdk-64-minimal-71789' !== id &&
36-
useCache &&
37-
(await restoreCache([outputDirectory], id))
38-
) {
34+
if (useCache && (await restoreCache([outputDirectory], id))) {
3935
core.info(`Cached ${id} was successfully restored`)
4036
needToDownload = false
4137
}

0 commit comments

Comments
 (0)