Skip to content

Commit

Permalink
using force-with-lease
Browse files Browse the repository at this point in the history
  • Loading branch information
TJ Lambert committed May 17, 2022
1 parent 2aae39d commit fe42556
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/localization_branch_sync.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Disabling this action since we do something similar already in the CI

name: Sync Localization Branch
on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion tools/devops/automation/templates/loc-translations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ steps:
git push origin --delete Localization
git checkout -b Localization
git push origin Localization
git push --force-with-lease origin Localization
displayName: "Create a new Localization branch from main"
workingDirectory: $(Build.SourcesDirectory)

Expand Down

0 comments on commit fe42556

Please sign in to comment.