Skip to content

Commit

Permalink
chore: update action
Browse files Browse the repository at this point in the history
  • Loading branch information
commiter committed Sep 3, 2024
1 parent 4b0e183 commit acf39f8
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions 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 dist/index.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/copy.bara.sky.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ core.workflow(
# Pull Request workflow
core.workflow(
name = "pr",
origin = git.github_pr_origin(
origin = git.origin(
url = DESTINATION_REPO,
branch = DESTINATION_BRANCH,
ref = DESTINATION_BRANCH,
),
destination = git.github_pr_destination(
url = SOT_REPO,
Expand Down
2 changes: 1 addition & 1 deletion src/copybara.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export class CopyBara {
case "push":
return this.exec(
["-e", "COPYBARA_WORKFLOW=push"],
["--force", ...copybaraOptions]
["--force", "--init-history", ...copybaraOptions]
);

case "pr":
Expand Down

0 comments on commit acf39f8

Please sign in to comment.