diff --git a/.github/workflows/update-files-manifest.yml b/.github/workflows/update-files-manifest.yml index 9be897edc..231467a05 100644 --- a/.github/workflows/update-files-manifest.yml +++ b/.github/workflows/update-files-manifest.yml @@ -15,6 +15,7 @@ jobs: - uses: actions/checkout@v3 with: token: ${{ secrets.PAT }} + repository: Sivan22/otzaria-library fetch-depth: 1 sparse-checkout: | links @@ -34,5 +35,3 @@ jobs: default_author: github_actions message: 'Update files manifest' add: 'files_manifest.json' - push: true - token: ${{ secrets.PAT }}