fixup! clean error outputs

This commit is contained in:
zimbatm 2021-01-05 00:42:04 +01:00
commit dd289524af
No known key found for this signature in database
GPG key ID: 71BAF6D40C1D63D7
2 changed files with 2 additions and 2 deletions

View file

@ -51,7 +51,7 @@ async function setup() {
}
async function upload() {
core.startGroup('Cachix: upload');
core.startGroup('Cachix: push');
try {
if (skipPush === 'true') {
core.info('Pushing is disabled as skipPush is set to true');