mirror of
https://github.com/stefanzweifel/git-auto-commit-action.git
synced 2026-06-16 16:38:51 +00:00
Update index.js
This commit is contained in:
parent
964ec77e2c
commit
aba758cc4b
2
index.js
2
index.js
@ -24,7 +24,7 @@ const exec = (cmd, args=[]) => new Promise((resolve, reject) => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
const main = async () => {
|
const main = async () => {
|
||||||
await exec('bash', [path.join(__dirname, './entrypoint.sh')]);
|
await exec('sh', [path.join(__dirname, './entrypoint.sh')]);
|
||||||
};
|
};
|
||||||
|
|
||||||
main().catch(err => {
|
main().catch(err => {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user