Skip to content

Commit d146fdf

Browse files
committed
fix in workflow
1 parent ddfd101 commit d146fdf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/sync-mddb-database.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: |
2626
# git subtree split extract only commits under src/mddb-database/
2727
# y crea una rama temporal con esa historia limpia
28-
SUBTREE_COMMIT=$(git subtree split --prefix=src/mddb-database/
28+
SUBTREE_COMMIT=$(git subtree split --prefix=src/mddb-database/)
2929
echo "subtree_commit=$SUBTREE_COMMIT" >> $GITHUB_OUTPUT
3030
echo "📦 Extracted commit: $SUBTREE_COMMIT"
3131

0 commit comments

Comments
 (0)