Skip to content

Commit

Permalink
Update sparse-checkout in workflows (#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
SferaDev authored Nov 7, 2023
1 parent 50ec95f commit 37f7ec9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,15 @@ jobs:

steps:
- name: Checkout website repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: xataio/frontend-next
sparse-checkout: |
package.json
pnpm-lock.yaml
apps/website
configs
packages
ref: ${{ inputs.branch || 'main' }}
token: ${{ secrets.GIT_TOKEN }}

Expand Down

0 comments on commit 37f7ec9

Please sign in to comment.