Skip to content

Commit

Permalink
defaulting UPI_ID to ''
Browse files Browse the repository at this point in the history
  • Loading branch information
shivamguys committed Apr 10, 2024
1 parent da05669 commit d91fc9d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/irctc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit d91fc9d

Please sign in to comment.