From a446097aa8bae2fb159d11a6a56ffcd25a0cb127 Mon Sep 17 00:00:00 2001 From: appel_c Date: Tue, 23 Sep 2025 23:19:49 -0500 Subject: [PATCH] refactor: rename ophyd_devices checkout --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 4df5918..ecd8f65 100644 --- a/action.yml +++ b/action.yml @@ -92,7 +92,7 @@ runs: cd ../ - - name: Install Ophyd Devices + - name: Checkout Ophyd Devices shell: bash id: ophyd_devices_checkout run: | @@ -119,7 +119,7 @@ runs: cd ../ - - name: Install BEC Widgets + - name: Checkout BEC Widgets shell: bash id: bec_widgets_checkout run: |