Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 121f66b0b3 | |||
| faa808bb5f | |||
| 07df3ef4a5 |
@@ -0,0 +1 @@
|
||||
[]
|
||||
@@ -10,6 +10,7 @@ export async function commitAndPush(workspace) {
|
||||
try {
|
||||
const fullPath = path.join(workspace, FINDINGS_PATH);
|
||||
const content = fs.readFileSync(fullPath, 'utf8');
|
||||
console.log(` [debug] FINDINGS_PATH=${FINDINGS_PATH} branch=${process.env.PR_HEAD_BRANCH} token=${process.env.GITEA_TOKEN ? '***' : 'EMPTY'}`);
|
||||
const result = await commitFile(
|
||||
FINDINGS_PATH,
|
||||
content,
|
||||
|
||||
Reference in New Issue
Block a user