Skip to content

Commit b1cc8b5

Browse files
authored
[gha] Use per-commit webdev sync branches (#519)
Use per-commit webdev sync branches
1 parent f51579a commit b1cc8b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-release-sync.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ jobs:
368368
369369
curl https://lsdev-repo.s3-us-west-2.amazonaws.com/github-actions/copybara_deploy.jar --output ./copybara.jar
370370
trap on_exit EXIT
371-
java -jar copybara.jar ./copy.bara.sky js-sdk-push-to-webdev --nogit-destination-rebase
371+
java -jar copybara.jar ./copy.bara.sky js-sdk-push-to-webdev "${GITHUB_SHA}" --nogit-destination-rebase --github-destination-pr-branch="js-sdk-sync-${GITHUB_SHA}"
372372
373373
- name: "Notify failure on Slack"
374374
if: "failure() && github.event_name == 'push'"

0 commit comments

Comments
 (0)