Skip to content

Commit

Permalink
Update sync-with-external-repos.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitriy-chernysh authored May 13, 2024
1 parent 2b3440e commit 264d15d
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions .github/workflows/sync-with-external-repos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,18 @@ jobs:
- name: Create a directory for Image-To-PDF-repo
run: |
mkdir image-to-pdf-repo
cd image-to-pdf-repo
- name: Clone Image-To-PDF Repository
run: |
git clone ${BACKUP_REPO} image-to-pdf-repo
# - name: Clone Image-To-PDF Repository
# run: |
# git clone ${BACKUP_REPO} image-to-pdf-repo

- name: Clone Image-To-PDF Repository
uses: actions/checkout@v4
with:
repository: 'yojimbo45/Image-to-PDF-Android'
path: image-to-pdf-repo
ssh-key: ${{ secrets.SSH_PRIVATE_KEY }}

- name: Check the directory
run: ls

Expand Down

0 comments on commit 264d15d

Please sign in to comment.