Skip to content

Commit

Permalink
add force option
Browse files Browse the repository at this point in the history
Signed-off-by: Yutaka Kondo <[email protected]>
  • Loading branch information
youtalk committed Nov 25, 2024
1 parent bf75524 commit b00b22b
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 b00b22b

Please sign in to comment.