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

2
dist/main/index.js vendored
View file

@ -1080,7 +1080,7 @@ function setup() {
}
function upload() {
return __awaiter(this, void 0, void 0, function* () {
core.startGroup('Cachix: upload');
core.startGroup('Cachix: push');
try {
if (skipPush === 'true') {
core.info('Pushing is disabled as skipPush is set to true');

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');