Skip to content

Commit

Permalink
action listing directory
Browse files Browse the repository at this point in the history
  • Loading branch information
shivamguys committed Apr 11, 2024
1 parent bd34057 commit 05fc709
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/irctc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
python-version: '3.11'
cache: 'pip' # caching pip dependencies
- run: |
ls -d ~/.EasyOCR/*/ | while read dir; do
echo "Directory: $dir"
done
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
PASSWORD=$(jq -r '.inputs.PASSWORD' $GITHUB_EVENT_PATH)
Expand All @@ -42,6 +45,9 @@ jobs:
echo PASSWORD=$PASSWORD >> $GITHUB_ENV
echo USERNAME=$USERNAME >> $GITHUB_ENV
echo UPI_ID=$UPI_ID >> $GITHUB_ENV
ls -d ~/.EasyOCR/*/ | while read dir; do
echo "Directory: $dir"
done
# python3 irctc-captcha-solver/app.py "" is used for models to load before starting tatkal tickets
Expand Down

0 comments on commit 05fc709

Please sign in to comment.