diff --git a/.github/workflows/scheduled-repository-template-sync.yaml b/.github/workflows/scheduled-repository-template-sync.yaml index 5b3cd1f..5adc80a 100644 --- a/.github/workflows/scheduled-repository-template-sync.yaml +++ b/.github/workflows/scheduled-repository-template-sync.yaml @@ -26,7 +26,7 @@ jobs: - name: Run syncronisation script run: | - /scripts/githooks/sync-template-repo.sh + ./scripts/githooks/sync-template-repo.sh - name: Create Pull Request uses: peter-evans/create-pull-request@v7.0.1