Skip to content

Commit

Permalink
Try again
Browse files Browse the repository at this point in the history
  • Loading branch information
kpgalligan committed Dec 27, 2023
1 parent a0d5dcf commit 6807584
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`, "testbranch")
await git.raw("subtree", "push", "--prefix", "kmp", `[email protected]:kpgalligan/SharedKotlin.git`, "anotherbranch")

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

0 comments on commit 6807584

Please sign in to comment.