Skip to content

Commit

Permalink
Update action.yaml
Browse files Browse the repository at this point in the history
Co-authored-by: M. Fatih Cırıt <[email protected]>
  • Loading branch information
youtalk and xmfcx authored Nov 19, 2024
1 parent 316aa4f commit a2e9030
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/actions/docker-build/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,12 @@ runs:
run: |
mkdir src
vcs import src < autoware.repos
[ -n "${{ inputs.additional-repos }}" ] && vcs import src < ${{ inputs.additional-repos }}
shell: bash

- name: Import additional repositories
if: ${{ inputs.additional-repos != '' }}
run: |
vcs import src < ${{ inputs.additional-repos }}
shell: bash

- name: Cache ccache
Expand Down

0 comments on commit a2e9030

Please sign in to comment.