From 18408f95c5b67b1a113b533fb0eaafc2284b4175 Mon Sep 17 00:00:00 2001 From: marfanr Date: Tue, 27 Feb 2024 05:35:34 +0700 Subject: [PATCH] feat: fixing checkout to the wrong repository on gitHub actions --- .github/workflows/build-ros2-ws-action.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/build-ros2-ws-action.yml b/.github/workflows/build-ros2-ws-action.yml index 93a6394..adcdc41 100644 --- a/.github/workflows/build-ros2-ws-action.yml +++ b/.github/workflows/build-ros2-ws-action.yml @@ -16,13 +16,6 @@ jobs: - name: Checkout uses: actions/checkout@v2.3.4 with: - path: aruku - ref: feature/fix-using-grpc - - - name: Checkout Kansei - uses: actions/checkout@v2.3.4 - with: - repository: ichiro-its/kansei path: kansei - name: Checkout Kansei Interfaces