We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e89c8d commit 73d3ea4Copy full SHA for 73d3ea4
index.js
@@ -75,7 +75,7 @@ async function run () {
75
const actor = process.env.GITHUB_ACTOR
76
const token = process.env.INPUT_GITHUB_TOKEN
77
const repo = process.env.GITHUB_REPOSITORY
78
- const origin = token
+ const origin = token
79
? `https://${actor}:${token}@github.com/${repo}.git`
80
: 'origin'
81
await execa('git', ['push', origin, `HEAD:${branch}`])
0 commit comments