Skip to content

Commit

Permalink
ugh
Browse files Browse the repository at this point in the history
  • Loading branch information
kpgalligan committed Dec 27, 2023
1 parent 132017f commit 08fd44f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export async function run(): Promise<void> {

//git subtree push --prefix subtreeDirectory https://github.com/newfivefour/vimrc.git master

Check failure on line 12 in src/main.ts

View workflow job for this annotation

GitHub Actions / Lint Codebase

Insert `····`

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

View workflow job for this annotation

GitHub Actions / Lint Codebase

Replace `"subtree",·"push",·"--prefix",·"kmp",·`[email protected]:kpgalligan/SharedKotlin.git`,·"wownoteasy"` with `⏎······'subtree',⏎······'push',⏎······'--prefix',⏎······'kmp',⏎······`[email protected]:kpgalligan/SharedKotlin.git`,⏎······'wownoteasy'⏎····`
} catch (error) {
// Fail the workflow run if an error occurs
if (error instanceof Error) core.setFailed(error.message)
Expand Down

0 comments on commit 08fd44f

Please sign in to comment.