Skip to content

Commit

Permalink
Preserve their locks (#12)
Browse files Browse the repository at this point in the history
Signed-off-by: Ricardo Zanini <[email protected]>
  • Loading branch information
ricardozanini authored Nov 7, 2024
1 parent f2cc7ce commit b170972
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/osl_sync_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ jobs:
fi
done
- name: Remove conflicts before Merge
run: rm -f pnpm-lock.yaml repo/graph.dot repo/graph.json

- name: Sync with Upstream Main
run: |
git merge upstream/main -X theirs --no-edit --allow-unrelated-histories
Expand All @@ -56,9 +59,7 @@ jobs:
run: |
for item in $IGNORED_FILES; do
[ -e "temp_ignored_items/$(basename "$item")" ] && mv -v "temp_ignored_items/$(basename "$item")" "$item"
done
rm -rf temp_ignored_items
rm -rf pnpm-lock.yaml
done
- name: Setup environment
uses: ./.github/actions/setup-env
Expand Down

0 comments on commit b170972

Please sign in to comment.