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