Skip to content

Commit

Permalink
Fixed indentation error in workflow yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
CihatAltiparmak committed Aug 3, 2024
1 parent fdc23e1 commit 08856d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 08856d9

Please sign in to comment.