We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbc4ab1 commit f9dba64Copy full SHA for f9dba64
1 file changed
.github/workflows/main.yml
@@ -7,10 +7,10 @@ jobs:
7
strategy:
8
matrix:
9
env:
10
- - {ROS_DISTRO: melodic, ROS_REPO: main}
11
- - {ROS_DISTRO: noetic, ROS_REPO: main}
+ - {ROS_DISTRO: melodic}
+ - {ROS_DISTRO: noetic}
12
runs-on: ubuntu-latest
13
steps:
14
- uses: actions/checkout@v2
15
- - uses: 'ros-industrial/industrial_ci@0.10.0'
+ - uses: 'ros-industrial/industrial_ci@master'
16
env: ${{matrix.env}}
0 commit comments