mirror of
https://codeberg.org/icewind/attic-action.git
synced 2026-06-03 09:34:11 +02:00
Update src/main.ts
Co-Authored-By: Robert Hensing <roberth@users.noreply.github.com>
This commit is contained in:
parent
f80d6f9d98
commit
49264ff2e8
1 changed files with 1 additions and 1 deletions
|
|
@ -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}`);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue