Skip to content

Commit 676a16d

Browse files
chore
1 parent d0f39c5 commit 676a16d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/jobs/commitChangesToGit.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,10 @@ Includes transpiled JS/TS${core.getInput('build_typings_script') !== '' ? ', and
6464
6565
[skip ci]`);
6666

67-
debugLog(`** Pushing commit`);
68-
6967
const token = core.getInput('github_token', { required: true, trimWhitespace: true });
7068

69+
debugLog(`** Pushing commit`);
70+
7171
await git.addRemote('upstream', `https://github-actions:${token}@github.com/${process.env.GITHUB_REPOSITORY}.git`);
7272

7373
log(`${status}`);

0 commit comments

Comments
 (0)