Skip to content

Commit 3efdad8

Browse files
committed
fix accidentally upgraded version of ci dependency
1 parent 9921fe6 commit 3efdad8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/github.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
trigger-ros:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: convictional/trigger-workflow-and-wait@v1.7.0
16+
- uses: convictional/trigger-workflow-and-wait@v1.6.5
1717
with:
1818
owner: ika-rwth-aachen
1919
repo: docker-ros-ci
@@ -25,7 +25,7 @@ jobs:
2525
trigger-ros2:
2626
runs-on: ubuntu-latest
2727
steps:
28-
- uses: convictional/trigger-workflow-and-wait@v1.7.0
28+
- uses: convictional/trigger-workflow-and-wait@v1.6.5
2929
with:
3030
owner: ika-rwth-aachen
3131
repo: docker-ros-ci

0 commit comments

Comments
 (0)