mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-18 09:52:35 +00:00
chore: fixes
This commit is contained in:
parent
719e56cd8a
commit
876b14387e
2 changed files with 9 additions and 2 deletions
|
|
@ -1,4 +1,6 @@
|
|||
// eslint-disable-next-line @typescript-eslint/no-var-requires
|
||||
const { execSync } = require('child_process');
|
||||
|
||||
execSync(`bash -c ${process.env.GITHUB_WORKSPACE}/src/entrypoint.sh`);
|
||||
execSync(`bash -c ${process.env.GITHUB_WORKSPACE}/src/entrypoint.sh`, {
|
||||
stdio: 'inherit',
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue