Skip to content

Commit

Permalink
Update buyLotto645.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
seongilp authored May 22, 2023
1 parent bc9009c commit 674af66
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/buyLotto645.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,12 @@ jobs:
python-version: '3.9'
cache: 'pip'
- name: Install dhapi
run: |
run: |
pip install --upgrade pip
pip install dhapi
dhapi -v
- name: Buy Lotto645
run: |
run: |
echo $USERNAME > ~/.dhapi_profile # secret에 저장된 내용을 프로필 파일에 저장
echo $PASSWORD >> ~/.dhapi_profile
dhapi buy_lotto645 -q
Expand Down

0 comments on commit 674af66

Please sign in to comment.