Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
Signed-off-by: Timothée Barray <[email protected]>
  • Loading branch information
tyx authored and Sébastien HOUZÉ committed Jun 20, 2023
1 parent 5fa03f4 commit 5b28444
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ runs:
git clone --filter=blob:none --no-checkout --depth 1 --sparse $REPO .
git sparse-checkout init --cone --sparse-index
git sparse-checkout set ${{ inputs.patterns }}
git -c protocol.version=2 fetch --no-tags --prune --progress --depth=1 origin +${inputs.sha}:refs/remotes/origin/${BRANCH}
git -c protocol.version=2 fetch --no-tags --prune --progress --depth=1 origin +${{inputs.sha}}:refs/remotes/origin/${BRANCH}
git checkout --progress --force -B $BRANCH refs/remotes/origin/$BRANCH
- name: "👨‍💻 show what has been checked out"
Expand Down

0 comments on commit 5b28444

Please sign in to comment.