Skip to content

Commit

Permalink
using defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
shivamguys committed Apr 10, 2024
1 parent f746121 commit 4d315e0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/irctc.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
name: IRCTC Automation Booking

on:
push:
branches:
Expand All @@ -8,12 +7,12 @@ on:
workflow_dispatch:
inputs:
USERNAME:
default: {{ secrets.USERNAME }}
default: ${{ secrets.USERNAME }}
required: true
type: string
description: "Your IRCTC Username"
PASSWORD:
default: {{ secrets.PASSWORD }}
default: ${{ secrets.PASSWORD }}
required: true
type: string
description: "Your IRCTC Password"
Expand Down

0 comments on commit 4d315e0

Please sign in to comment.