mirror of
https://github.com/hoverkraft-tech/compose-action.git
synced 2026-01-11 15:13:06 +08:00
Split parameter
This commit is contained in:
parent
41bd5b12bd
commit
63dffdd9f8
2
post.js
2
post.js
@ -4,7 +4,7 @@ const fs = require('fs');
|
|||||||
|
|
||||||
try {
|
try {
|
||||||
const composeFile = core.getInput('compose-file');
|
const composeFile = core.getInput('compose-file');
|
||||||
const downOptions = core.getInput('down-options');
|
const downOptions = core.getInput('down-options').split(" ");
|
||||||
|
|
||||||
if (!fs.existsSync(composeFile)) {
|
if (!fs.existsSync(composeFile)) {
|
||||||
console.log(`${composeFile} not exists`);
|
console.log(`${composeFile} not exists`);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user