From 0314ed26526fcdcd80b7e91d24785669ef725461 Mon Sep 17 00:00:00 2001
From: Arnaud Levy <contact@arnaudlevy.com>
Date: Mon, 26 Dec 2022 17:50:25 +0100
Subject: [PATCH] name

---
 .github/workflows/version.yml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.github/workflows/version.yml b/.github/workflows/version.yml
index f3d7dda8..bd23307d 100644
--- a/.github/workflows/version.yml
+++ b/.github/workflows/version.yml
@@ -5,11 +5,10 @@ on:
   pull_request:
     types: [closed]
 
-name: GitHub action workflow name
+name: Write version to file
 
 jobs:
   context:
-    name: Job name
     runs-on: ubuntu-latest
     steps:
       - name: Checkout code
-- 
GitLab