From b389b1bed026cd961f55b80bf6f345ed14b6fa01 Mon Sep 17 00:00:00 2001 From: Georges Basile Stavracas Neto Date: Mon, 22 Nov 2021 22:57:03 -0300 Subject: [PATCH] CI: Trivial job renaming Rename "flatpak_builder" to "generate_bundle", and set the display name to "Generate Flatpak Bundle". This will make it less vague, which will come in handy since next commits will add new jobs to this workflow. --- .github/workflows/flatpak.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/flatpak.yml b/.github/workflows/flatpak.yml index a79f92c54..737e9710f 100644 --- a/.github/workflows/flatpak.yml +++ b/.github/workflows/flatpak.yml @@ -21,8 +21,8 @@ env: YOUTUBE_SECRET_HASH: ${{ secrets.YOUTUBE_SECRET_HASH }} jobs: - flatpak_builder: - name: Bundle + generate_bundle: + name: Generate Flatpak Bundle runs-on: [ubuntu-latest] container: image: bilelmoussaoui/flatpak-github-actions:kde-5.15-21.08