1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-09-02 22:02:39 +02:00

Update .github/workflows/sync-content-to-repo.yml

This commit is contained in:
Kamran Ahmed
2025-08-20 13:46:05 +01:00
parent 885e95399e
commit d6cf9eb66d

View File

@@ -31,7 +31,7 @@ jobs:
echo "Installing Dependencies"
pnpm install
echo "Syncing Content to Repo"
npm run sync:content-to-repo -- --roadmap-slug=${{ inputs.roadmap_slug }} --secret=${{ secrets.TOPIC_CONTENT_SYNC_SECRET }}
npm run sync:content-to-repo -- --roadmap-slug=${{ inputs.roadmap_slug }} --secret=${{ secrets.GITHUB_SYNC_SECRET }}
- name: Check for changes
id: verify-changed-files