Skip to content

Commit

Permalink
add clone step
Browse files Browse the repository at this point in the history
  • Loading branch information
robbymilo committed Nov 25, 2024
1 parent a85fd15 commit 0437dd3
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/deploy-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,21 @@ jobs:
"${{ inputs.sha }}"
"${{ inputs.event_number }}"
# get the Dockerfile and nginx conf
- name: Sparse checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
if: github.event.action != 'closed'
with:
repository: "grafana/writers-toolkit"
ref: "robbymilo/deploy-preview"
sparse-checkout: |
deploy-preview
- name: test
run: |
ls -al
ls -al deploy-preview
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349 # v3.7.1
with:
Expand Down

0 comments on commit 0437dd3

Please sign in to comment.