From 4d315e07e7a203472f28ccbe40841b8f7b03817f Mon Sep 17 00:00:00 2001 From: Shivam Pandey Date: Wed, 10 Apr 2024 12:36:04 +0530 Subject: [PATCH] using defaults --- .github/workflows/irctc.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/irctc.yml b/.github/workflows/irctc.yml index 5f7e600..e8e547d 100644 --- a/.github/workflows/irctc.yml +++ b/.github/workflows/irctc.yml @@ -1,5 +1,4 @@ name: IRCTC Automation Booking - on: push: branches: @@ -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"