diff --git a/.github/workflows/sync-with-external-repos.yml b/.github/workflows/sync-with-external-repos.yml index d7119f5..e11a181 100644 --- a/.github/workflows/sync-with-external-repos.yml +++ b/.github/workflows/sync-with-external-repos.yml @@ -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