From 52ccee8032fc40d18504964f51f4207436bdefa3 Mon Sep 17 00:00:00 2001 From: Christoph Froehlich Date: Wed, 15 May 2024 08:57:50 +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..d36d86de 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@iron with: GAZEBO_ROS2_CONTROL_PR: ${{ github.ref }}