From d91fc9decdda90850c145329c7f4c8cc1673a098 Mon Sep 17 00:00:00 2001 From: Shivam Pandey Date: Wed, 10 Apr 2024 16:37:56 +0530 Subject: [PATCH] defaulting UPI_ID to '' --- .github/workflows/irctc.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/irctc.yml b/.github/workflows/irctc.yml index 77c5dc7..2bab8b8 100644 --- a/.github/workflows/irctc.yml +++ b/.github/workflows/irctc.yml @@ -6,11 +6,6 @@ on: pull_request: workflow_dispatch: inputs: - UPI_ID: - default: "" - required: false - type: string - description: "Your UPI ID To Make Payment From" USERNAME: required: true type: string @@ -19,6 +14,11 @@ on: required: true type: string description: "Your IRCTC Password" + UPI_ID: + default: "" + required: false + type: string + description: "Your UPI ID To Make Payment From" jobs: IRCTC-Booking: runs-on: ubuntu-latest