mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-18 09:52:35 +00:00
chore: testing
This commit is contained in:
parent
f89b01aa7e
commit
4c6d8048c5
1 changed files with 2 additions and 0 deletions
|
|
@ -5,4 +5,6 @@ const cfg = process.env[`INPUT_CONFIGURATIONFILE`];
|
||||||
const token = process.env[`INPUT_TOKEN`];
|
const token = process.env[`INPUT_TOKEN`];
|
||||||
const ws = process.env.GITHUB_WORKSPACE;
|
const ws = process.env.GITHUB_WORKSPACE;
|
||||||
|
|
||||||
|
console.dir(process.env);
|
||||||
|
|
||||||
execSync(`bash -c ${ws}/src/entrypoint.sh '${cfg}' '${token}'`);
|
execSync(`bash -c ${ws}/src/entrypoint.sh '${cfg}' '${token}'`);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue