From a72badfb9aa72ea4064a42a73e17c01f38d95c31 Mon Sep 17 00:00:00 2001 From: YusukeKato Date: Fri, 8 Sep 2023 14:37:50 +0900 Subject: [PATCH] =?UTF-8?q?=E4=BD=99=E8=A8=88=E3=81=AA=E6=96=87=E5=AD=97?= =?UTF-8?q?=E3=82=92=E5=89=8A=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/industrial_ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/industrial_ci.yml b/.github/workflows/industrial_ci.yml index 6c05f85..f539e58 100644 --- a/.github/workflows/industrial_ci.yml +++ b/.github/workflows/industrial_ci.yml @@ -17,7 +17,7 @@ jobs: strategy: matrix: env: - - { ROS_DISTRO: humble, ROS_REPO: ros" } + - { ROS_DISTRO: humble, ROS_REPO: ros } runs-on: ubuntu-latest steps: - uses: actions/checkout@v2