diff --git a/.github/workflows/sync-with-external-repos.yml b/.github/workflows/sync-with-external-repos.yml index a43f237..7668e68 100644 --- a/.github/workflows/sync-with-external-repos.yml +++ b/.github/workflows/sync-with-external-repos.yml @@ -53,7 +53,8 @@ jobs: ssh-key: ${{ secrets.SSH_PRIVATE_KEY }} - name: Check the directory - run: ls + run: | + cd image-to-pdf-repo && ls - name: Swith remote origin run: |