From f7e5521b39791acccd3039ef2c76ff8f8ebd8df6 Mon Sep 17 00:00:00 2001 From: Shivam Pandey Date: Wed, 10 Apr 2024 13:22:54 +0530 Subject: [PATCH] using Dynamic Value in Name --- .github/workflows/irctc.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/irctc.yml b/.github/workflows/irctc.yml index 7142648..aa6b019 100644 --- a/.github/workflows/irctc.yml +++ b/.github/workflows/irctc.yml @@ -1,4 +1,4 @@ -name: IRCTC Automation Booking +name: "IRCTC Automation Booking ${{ inputs.BOOKING_DESC }}" on: push: branches: @@ -6,6 +6,10 @@ on: pull_request: workflow_dispatch: inputs: + BOOKING_DESC: + required: true + type: string + description: "Give Any Name To Your Booking" USERNAME: required: true type: string