Skip to content

Commit

Permalink
Checkout individual state file to avoid recursion
Browse files Browse the repository at this point in the history
  • Loading branch information
kalikiana committed May 2, 2024
1 parent 937000f commit e6ba8ef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ runs:
with:
ref: ${{ inputs.folder }}
path: ${{ inputs.folder }}
fetch-depth: '1'
sparse-checkout: |
state.json
- run: rm -rf ${{ inputs.folder }}/.git
shell: bash
- name: Render Markdown from configured backlog queries
Expand Down

0 comments on commit e6ba8ef

Please sign in to comment.