We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ca12eb commit cfa3377Copy full SHA for cfa3377
.github/workflows/sync-from-upstream.yml
@@ -63,6 +63,7 @@ jobs:
63
run: |-
64
git remote add upstream https://github.com/aws/aws-cdk.git
65
git fetch upstream $BRANCHES
66
+ git lfs fetch upstream
67
68
for branch in $BRANCHES; do
69
git push origin --force refs/remotes/upstream/$branch:refs/heads/$branch
0 commit comments