From 8d3f73aa58ea28cf4bb95e336eeae3bb39800e3c Mon Sep 17 00:00:00 2001 From: Stefano Cottafavi Date: Sat, 7 Jan 2023 23:14:50 +0100 Subject: [PATCH] added full description --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f63ee00..1a7e701 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -50,6 +50,7 @@ jobs: version: ${{ env.VERSION }} deploy: ${{inputs.deploy}} desc: "PCB motor parametric design and layout" + desc_full: "PCB motor parametric design and layout" gitlab_user: 'stefano.cottafavi' gitlab_name: 'github' gitlab_token: ${{env.GL_SECRET}} @@ -71,6 +72,7 @@ jobs: version: ${{ env.VERSION }} deploy: true desc: "PCB motor parametric design and layout" + desc_full: "PCB motor parametric design and layout" gitlab_user: 'stefano.cottafavi' gitlab_name: 'github' gitlab_token: ${{env.GL_SECRET}}