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 231e8a4 commit 2b3440e
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/sync-with-external-repos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,16 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
# - uses: actions/checkout@v4
- uses: actions/checkout@v4
with:
ssh-key: ${{ secrets.SSH_PRIVATE_KEY }}

# Checkout the repo https://github.com/yojimbo45/Image-to-PDF-Android
- name: Checkout Image-To-PDF-repo
uses: actions/checkout@v4
with:
# - name: Checkout Image-To-PDF-repo
# uses: actions/checkout@v4
# with:
#url: ${{ env.ORIGIN_REPO }}
ssh-key: ${{ secrets.SSH_PRIVATE_KEY }}
# ssh-key: ${{ secrets.SSH_PRIVATE_KEY }}
# ref: main
# fetch-depth: 0

Expand Down

0 comments on commit 2b3440e

Please sign in to comment.