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 8f847a5 commit cb944fcCopy full SHA for cb944fc
tools/packageReadme.ts
@@ -16,9 +16,9 @@ function pushCommitGit (packages: string[]) {
16
'git config user.email "41898282+github-actions[bot]@users.noreply.github.com"',
17
'git config user.name "github-actions[bot]"',
18
"git status",
19
+ "git checkout " + process.env.REF,
20
"git add scripts",
21
`git commit -m ${JSON.stringify(title)} -m ${JSON.stringify(description.join('\n'))}`,
- "git checkout " + process.env.REF,
22
"git push origins",
23
];
24
0 commit comments