fix: sync content to database (#9058)

This commit is contained in:
Arik Chakma
2025-08-20 20:36:47 +06:00
committed by GitHub
parent 402104665e
commit 36a9e987b5
3 changed files with 70 additions and 15 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ jobs:
automated pr
reviewers: arikchakma
commit-message: "chore: sync content to repo"
title: "chore: sync content to repository"
title: "chore: sync content to repository - ${{ inputs.roadmap_slug }}"
body: |
## Sync Content to Repo
+1 -1
View File
@@ -46,7 +46,7 @@ jobs:
echo "$CHANGED_FILES"
# Convert to space-separated list for the script
CHANGED_FILES_LIST=$(echo "$CHANGED_FILES" | tr '\n' ' ')
CHANGED_FILES_LIST=$(echo "$CHANGED_FILES" | tr '\n' ',')
echo "has_changes=true" >> $GITHUB_OUTPUT
echo "changed_files=$CHANGED_FILES_LIST" >> $GITHUB_OUTPUT