mirror of
https://codeberg.org/icewind/attic-action.git
synced 2026-06-03 17:44:07 +02:00
fixup! clean error outputs
This commit is contained in:
parent
f22d9c7a0f
commit
dd289524af
2 changed files with 2 additions and 2 deletions
2
dist/main/index.js
vendored
2
dist/main/index.js
vendored
|
|
@ -1080,7 +1080,7 @@ function setup() {
|
||||||
}
|
}
|
||||||
function upload() {
|
function upload() {
|
||||||
return __awaiter(this, void 0, void 0, function* () {
|
return __awaiter(this, void 0, void 0, function* () {
|
||||||
core.startGroup('Cachix: upload');
|
core.startGroup('Cachix: push');
|
||||||
try {
|
try {
|
||||||
if (skipPush === 'true') {
|
if (skipPush === 'true') {
|
||||||
core.info('Pushing is disabled as skipPush is set to true');
|
core.info('Pushing is disabled as skipPush is set to true');
|
||||||
|
|
|
||||||
|
|
@ -51,7 +51,7 @@ async function setup() {
|
||||||
}
|
}
|
||||||
|
|
||||||
async function upload() {
|
async function upload() {
|
||||||
core.startGroup('Cachix: upload');
|
core.startGroup('Cachix: push');
|
||||||
try {
|
try {
|
||||||
if (skipPush === 'true') {
|
if (skipPush === 'true') {
|
||||||
core.info('Pushing is disabled as skipPush is set to true');
|
core.info('Pushing is disabled as skipPush is set to true');
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue