Skip to content

Commit

Permalink
Update irctc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fusion2310 authored Dec 24, 2024
1 parent e5fbffb commit 41bde1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/irctc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- run: |
sudo timedatectl set-timezone Asia/Kolkata
pip install -r irctc-captcha-solver/requirements.txt
python3 irctc-captcha-solver/app.py "" # python3 irctc-captcha-solver/app.py "" is used for models to load before starting tatkal tickets
python3 irctc-captcha-solver/app-server.py "" # python3 irctc-captcha-solver/app-server.py "" is used for models to load before starting tatkal tickets
PASSWORD=$(jq -r '.inputs.PASSWORD' $GITHUB_EVENT_PATH)
USERNAME=$(jq -r '.inputs.USERNAME' $GITHUB_EVENT_PATH)
UPI_ID=$(jq -r '.inputs.UPI_ID' $GITHUB_EVENT_PATH)
Expand Down

0 comments on commit 41bde1f

Please sign in to comment.