From 52e5aafb568da2bd1462caba05ca5e531cc176a8 Mon Sep 17 00:00:00 2001 From: Christoph Froehlich Date: Wed, 15 May 2024 08:57:09 +0000 Subject: [PATCH] Fix branch of reusable workflow --- .github/workflows/ci-check-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-check-docs.yml b/.github/workflows/ci-check-docs.yml index 7d281ca4..ccae73a5 100644 --- a/.github/workflows/ci-check-docs.yml +++ b/.github/workflows/ci-check-docs.yml @@ -7,6 +7,6 @@ on: jobs: check-docs: name: Check Docs - uses: ros-controls/control.ros.org/.github/workflows/reusable-sphinx-check-single-version.yml@master + uses: ros-controls/control.ros.org/.github/workflows/reusable-sphinx-check-single-version.yml@rolling with: GAZEBO_ROS2_CONTROL_PR: ${{ github.ref }}