From 08856d9933d568d9655d881748eb94ccd1901101 Mon Sep 17 00:00:00 2001 From: CihatAltiparmak Date: Sat, 3 Aug 2024 03:17:40 +0300 Subject: [PATCH] Fixed indentation error in workflow yaml --- .github/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index b2021153..4bac5140 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -17,8 +17,8 @@ jobs: ROS_REPO: ['main', 'testing'] timeout-minutes: 30 steps: - - uses: actions/checkout@v4 - - uses: 'ros-industrial/industrial_ci@master' + - uses: actions/checkout@v4 + - uses: 'ros-industrial/industrial_ci@master' env: ROS_DISTRO: ${{ matrix.ROS_DISTRO }} ROS_REPO: ${{ matrix.ROS_REPO }}