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 264d15d commit c60ff04
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/sync-with-external-repos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit c60ff04

Please sign in to comment.