Skip to content

Commit caf4f3f

Browse files
authored
Update action.yml
1 parent 83b5c98 commit caf4f3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/subtree/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ runs:
3535
run: |
3636
wget -P /usr/local/bin https://raw.githubusercontent.com/newren/git-filter-repo/main/git-filter-repo
3737
chmod +x /usr/local/bin/git-filter-repo
38-
git filter-repo --debug --subdirectory-filter "${{ inputs.directory }}/"
38+
git filter-repo --debug --force --subdirectory-filter "${{ inputs.directory }}/"
3939
- name: Push subtree
4040
if: steps.changes.outputs.directory == 'true'
4141
shell: bash

0 commit comments

Comments
 (0)