diff --git a/.github/workflows/editors-draft.yml b/.github/workflows/editors-draft.yml index e1f209eb6..64694210e 100644 --- a/.github/workflows/editors-draft.yml +++ b/.github/workflows/editors-draft.yml @@ -23,12 +23,11 @@ jobs: - name: Checkout monorepo uses: actions/checkout@v4 - - name : Checkout deployment repositories - uses: actions/checkout@v4 + - name : Checkout deployment + uses: actions/checkout@v2 with: - repository: daniel-montalvo/${{ matrix.spec.repo }} + repository: ${{ matrix.spec.repository }} ref: ${{ matrix.spec.branch }} - path: daniel-montalvo/${{ matrix.spec.repo }} token: ${{ secrets.GITHUB_TOKEN }} - name: Setup Node.js