Skip to content

Commit

Permalink
Update README_en.md
Browse files Browse the repository at this point in the history
  • Loading branch information
doveppp authored May 23, 2024
1 parent a0ea3f0 commit a9f8aef
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions README_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,8 @@ This project automates daily check-ins on the [LinuxDo](https://linux.do/) websi
- Completes daily check-ins.
- Runs automatically in GitHub Actions.

## Technology Stack
- Python
- Playwright
- GitHub Actions

## How to Use
This section only explains how to use this automation within GitHub Actions. Please fork this repository before proceeding.
This section solely focuses on how to utilize GitHub Actions. Prior to proceeding, you need to fork this project first.

### Setting Environment Variables
Before using this automation script, you need to configure two environment variables `USERNAME` and `PASSWORD` in your GitHub repository, which will be used to log into LinuxDo. Follow these steps to set up:
Expand All @@ -34,4 +29,4 @@ If you need to manually trigger this workflow, you can do so by following these

1. Go to the `Actions` tab of your GitHub repository.
2. Select the workflow you want to run.
3. Click the `Run workflow` button, choose the branch, and then click `Run workflow` to initiate the workflow.
3. Click the `Run workflow` button, choose the branch, and then click `Run workflow` to initiate the workflow.

0 comments on commit a9f8aef

Please sign in to comment.