We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddfd101 commit d146fdfCopy full SHA for d146fdf
1 file changed
.github/workflows/sync-mddb-database.yml
@@ -25,7 +25,7 @@ jobs:
25
run: |
26
# git subtree split extract only commits under src/mddb-database/
27
# y crea una rama temporal con esa historia limpia
28
- SUBTREE_COMMIT=$(git subtree split --prefix=src/mddb-database/
+ SUBTREE_COMMIT=$(git subtree split --prefix=src/mddb-database/)
29
echo "subtree_commit=$SUBTREE_COMMIT" >> $GITHUB_OUTPUT
30
echo "📦 Extracted commit: $SUBTREE_COMMIT"
31
0 commit comments