Skip to content

Commit 73d3ea4

Browse files
author
Ian Walter
authored
Update index.js
1 parent 3e89c8d commit 73d3ea4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ async function run () {
7575
const actor = process.env.GITHUB_ACTOR
7676
const token = process.env.INPUT_GITHUB_TOKEN
7777
const repo = process.env.GITHUB_REPOSITORY
78-
const origin = token
78+
const origin = token
7979
? `https://${actor}:${token}@github.com/${repo}.git`
8080
: 'origin'
8181
await execa('git', ['push', origin, `HEAD:${branch}`])

0 commit comments

Comments
 (0)