Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vtu81 committed Jul 8, 2022
1 parent 86e4785 commit c4ea9c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
- name: Install packages
run: |
pip3 install requests
pip3 install ddddocr
# pip3 install ddddocr
- name: Clock In
env:
ACCOUNT: ${{ secrets.ACCOUNT }}
PASSWORD: ${{ secrets.PASSWORD }}
run: |
python3 clock-in.py ${ACCOUNT} ${PASSWORD} ${EAI_SESS}
python3 clock-in.py ${ACCOUNT} ${PASSWORD}

0 comments on commit c4ea9c2

Please sign in to comment.