mirror of
https://github.com/stefanzweifel/git-auto-commit-action.git
synced 2026-06-16 16:38:51 +00:00
Merge remote-tracking branch 'upstream/issue-166'
This commit is contained in:
commit
a6565aedf8
@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/bin/sh
|
||||||
|
|
||||||
set -eu
|
set -eu
|
||||||
|
|
||||||
|
|||||||
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