Update src/main.ts

Co-Authored-By: Robert Hensing <roberth@users.noreply.github.com>
This commit is contained in:
Domen Kožar 2019-10-03 16:42:28 +02:00 committed by GitHub
commit 49264ff2e8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -49,7 +49,7 @@ async function run() {
await exec.exec('cachix', ['push', name].concat(nonEmptySplit(paths, /\s+/)));
core.endGroup()
} else {
console.log("No signing key. Assuming it's a pull request and not pushing anything.");
console.log("No signing key. Assuming it's a pull request, nothing will be pushed.");
}
} catch (error) {
core.setFailed(`Action failed with error: ${error}`);