Skip to content

Commit 3ca92d7

Browse files
Merge pull request #224 from technote-space/release/v1.0.1
Release/v1.0.1
2 parents 4e9c6e0 + 12a405a commit 3ca92d7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@technote-space/github-action-helper",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Helper to filter GitHub Action.",
55
"author": {
66
"name": "Technote",

src/git-helper.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,7 @@ export default class GitHelper {
516516
command: 'git push',
517517
args: args.concat([url, `${branch}:refs/heads/${branch}`]),
518518
quiet: this.isQuiet(),
519-
altCommand: `git push${args.concat(['origin', `${branch}:refs/heads/${branch}`]).join(' ')}`,
519+
altCommand: `git push ${args.concat(['origin', `${branch}:refs/heads/${branch}`]).join(' ')}`,
520520
suppressError: true,
521521
});
522522
};

0 commit comments

Comments
 (0)