Skip to content

Commit

Permalink
Test with manual checkout
Browse files Browse the repository at this point in the history
Signed-off-by: Jack Baldry <[email protected]>
  • Loading branch information
jdbaldry committed Jan 13, 2025
1 parent 3915432 commit b4eb500
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/deploy-pr-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,19 @@ jobs:
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
persist-credentials: false
sparse-checkout-cone-mode: false # exclude root files
sparse-checkout: docs

- uses: grafana/writers-toolkit/.github/workflows/deploy-preview.yml@jdb/2025-01-multiple-source-deploy-preview
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
repo: grafana/writers-toolkit
persist-credentials: false
sparse-checkout-cone-mode: false # exclude root files
sparse-checkout: |
.github/workflows/deploy-preview.yml
- uses: /.github/workflows/deploy-preview.yml
with:
branch: ${{ github.head_ref }}
event_number: ${{ github.event.number }}
Expand Down

0 comments on commit b4eb500

Please sign in to comment.