Skip to content

Commit

Permalink
Fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-montalvo committed May 28, 2024
1 parent 2f948f6 commit 0a26289
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/editors-draft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0a26289

Please sign in to comment.