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 244f629 commit 47cadb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync-with-external-repos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Checkout Image-To-PDF-repo
uses: actions/checkout@v4
with:
url: ${{ ORIGIN_REPO }}
url: ${{ env.ORIGIN_REPO }}
ssh-key: ${{ secrets.SSH_PRIVATE_KEY }}
ref: main
fetch-depth: 0
Expand Down

0 comments on commit 47cadb6

Please sign in to comment.