mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-09-08 16:20:40 +02:00
Update .github/workflows/sync-content-to-repo.yml
This commit is contained in:
2
.github/workflows/sync-content-to-repo.yml
vendored
2
.github/workflows/sync-content-to-repo.yml
vendored
@@ -31,7 +31,7 @@ jobs:
|
|||||||
echo "Installing Dependencies"
|
echo "Installing Dependencies"
|
||||||
pnpm install
|
pnpm install
|
||||||
echo "Syncing Content to Repo"
|
echo "Syncing Content to Repo"
|
||||||
npm run sync:content-to-repo -- --roadmap-slug=${{ inputs.roadmap_slug }} --secret=${{ secrets.GITHUB_SYNC_SECRET }}
|
npm run sync:content-to-repo -- --roadmap-slug=${{ inputs.roadmap_slug }} --secret=${{ secrets.GH_SYNC_SECRET }}
|
||||||
|
|
||||||
- name: Check for changes
|
- name: Check for changes
|
||||||
id: verify-changed-files
|
id: verify-changed-files
|
||||||
|
Reference in New Issue
Block a user