Skip to content

Commit d6430d1

Browse files
Fix name
1 parent 1bac426 commit d6430d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/reusable-industrial-ci-with-cache.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
BASEDIR: ${{ github.workspace }}/${{ inputs.basedir }}
8989
CACHE_PREFIX: ${{ inputs.ros_distro }}-${{ inputs.upstream_workspace }}-${{ inputs.ros_repo }}-${{ github.job }}
9090
steps:
91-
- name: Checkout ${{ inputs.ref_for_scheduled_build }} when build is not scheduled
91+
- name: Checkout ${{ github.ref }} when build is not scheduled
9292
if: ${{ github.event_name != 'schedule' }}
9393
uses: actions/checkout@v4
9494
- name: Checkout ${{ inputs.ref_for_scheduled_build }} on scheduled build

0 commit comments

Comments
 (0)