We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83b5c98 commit caf4f3fCopy full SHA for caf4f3f
.github/actions/subtree/action.yml
@@ -35,7 +35,7 @@ runs:
35
run: |
36
wget -P /usr/local/bin https://raw.githubusercontent.com/newren/git-filter-repo/main/git-filter-repo
37
chmod +x /usr/local/bin/git-filter-repo
38
- git filter-repo --debug --subdirectory-filter "${{ inputs.directory }}/"
+ git filter-repo --debug --force --subdirectory-filter "${{ inputs.directory }}/"
39
- name: Push subtree
40
if: steps.changes.outputs.directory == 'true'
41
shell: bash
0 commit comments