From 317d4822569d2a1b460eb6d52e193e24185e98a9 Mon Sep 17 00:00:00 2001 From: Kalana Dananjaya Wijethunga <31897588+KalanaDananjaya@users.noreply.github.com> Date: Fri, 3 May 2024 13:32:45 +0200 Subject: [PATCH] update --- .github/workflows/verify-containers.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/verify-containers.yaml b/.github/workflows/verify-containers.yaml index 7d313cf..7b04704 100644 --- a/.github/workflows/verify-containers.yaml +++ b/.github/workflows/verify-containers.yaml @@ -20,7 +20,7 @@ on: # run-name: ${{ github.event_name == 'workflow_dispatch' && format('Test Pipeline- Tag:{0}, Branch:{1}', tojson(inputs.tag), github.ref_name) || '' }} # run-name: ${{ github.event_name == 'workflow_dispatch' }} && format('Commit- {0} Tag:{1}, Branch:{2}', ${{ github.event.head_commit.message }}, tojson(inputs.image_tag), github.ref_name) || '' }} -run-name: ${{ github.event_name == 'workflow_dispatch' && format('Tag:{0}, Branch:{1}', ${{ github.event.inputs.image_tag }}, github.ref_name) || '' }} +run-name: ${{ github.event_name == 'workflow_dispatch' && format('Tag:{0}, Branch:{1}', inputs.image_tag, github.ref_name) || '' }} jobs: test-jalien-setup: