mirror of
https://github.com/mozilla-actions/sccache-action
synced 2026-09-07 20:04:02 +00:00
Simplify the checksum check code a bit (#29)
This commit is contained in:
Vendored
+1
-1
File diff suppressed because one or more lines are too long
+1
-2
@@ -65,9 +65,8 @@ async function setup() {
|
||||
if (calculatedChecksum !== providedChecksum) {
|
||||
core.setFailed('Checksum verification failed');
|
||||
return;
|
||||
} else {
|
||||
core.info(`Correct checksum: ${calculatedChecksum}`);
|
||||
}
|
||||
core.info(`Correct checksum: ${calculatedChecksum}`);
|
||||
|
||||
let sccachePath;
|
||||
if (getExtension() == 'zip') {
|
||||
|
||||
Reference in New Issue
Block a user