generated from actions/typescript-action
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
132017f
commit 08fd44f
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ export async function run(): Promise<void> { | |
|
||
//git subtree push --prefix subtreeDirectory https://github.com/newfivefour/vimrc.git master | ||
|
||
await git.raw("subtree", "push", "--prefix", "kmp", `[email protected]:kpgalligan/SharedKotlin.git`, "anotherbranch2") | ||
await git.raw("subtree", "push", "--prefix", "kmp", `[email protected]:kpgalligan/SharedKotlin.git`, "wownoteasy") | ||
Check failure on line 14 in src/main.ts GitHub Actions / Lint Codebase
|
||
} catch (error) { | ||
// Fail the workflow run if an error occurs | ||
if (error instanceof Error) core.setFailed(error.message) | ||
|