diff --git a/build-and-test/action.yml b/build-and-test/action.yml index 238f266..2cb1b79 100644 --- a/build-and-test/action.yml +++ b/build-and-test/action.yml @@ -50,7 +50,7 @@ runs: - name: Clone repository shell: bash run: | - git clone ${{ inputs.main_uuid }} source + git clone ${{ inputs.git_repository }} source cd source git checkout ${{ github.ref_name }}