mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-18 01:42:34 +00:00
6 lines
207 B
JavaScript
6 lines
207 B
JavaScript
// eslint-disable-next-line @typescript-eslint/no-var-requires
|
|
const { execSync } = require('child_process');
|
|
|
|
execSync(`bash -c ${process.env.GITHUB_WORKSPACE}/src/entrypoint.sh`, {
|
|
stdio: 'inherit',
|
|
});
|