From b19d3272ef156dae07cf195d1aab596a42d3ec86 Mon Sep 17 00:00:00 2001 From: Alexandre Segura Date: Thu, 7 Nov 2024 10:05:49 +0100 Subject: [PATCH] Use short name. --- .github/workflows/build_android.yml | 2 +- .github/workflows/build_ios.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_android.yml b/.github/workflows/build_android.yml index 2d3b735b7..619626b91 100644 --- a/.github/workflows/build_android.yml +++ b/.github/workflows/build_android.yml @@ -42,7 +42,7 @@ on: required: true type: boolean build_coursiers_rennais: - description: 'Coursiers Rennais app' + description: 'LCR app' required: true type: boolean build_eraman: diff --git a/.github/workflows/build_ios.yml b/.github/workflows/build_ios.yml index ab15b5c54..0bb1c1ed6 100644 --- a/.github/workflows/build_ios.yml +++ b/.github/workflows/build_ios.yml @@ -35,7 +35,7 @@ on: required: true type: boolean build_lcr: - description: 'Build les coursiers Rennais app' + description: 'Build LCR app' required: true type: boolean jobs: