Skip to content

Commit

Permalink
fix(.github): add --force option to vcs import (#5478)
Browse files Browse the repository at this point in the history
add force option

Signed-off-by: Yutaka Kondo <[email protected]>
  • Loading branch information
youtalk authored Nov 25, 2024
1 parent 4139127 commit 0fd30c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/docker-build/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ runs:
- name: Import additional repositories
if: ${{ inputs.additional-repos != '' }}
run: |
vcs import src < ${{ inputs.additional-repos }}
vcs import --force src < ${{ inputs.additional-repos }}
shell: bash

- name: Cache ccache
Expand Down

0 comments on commit 0fd30c5

Please sign in to comment.