Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #25

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: 'Set python'
uses: actions/setup-python@v1
with:
python-version: '3.6'
python-version: '3.11'
- name: 'Install dependencies'
run: python -m pip install --upgrade requests
- name: 'Start Sign'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
- 打开`README.md`,点击修改按钮
- 修改任意内容,这里在末尾插入了空格。移动到最下面,点击提交。

4. 至此自动签到就搭建完毕了,可以再次点击`Actions`查看工作记录,如果有`Baidu Tieba Auto Sign`则说明workflow创建成功了。点击右侧记录可以查看详细签到情况
4. 至此自动签到就搭建完毕了,可以再次点击`Actions`查看工作记录,如果有`Baidu Tieba Auto Sign`则说明workflow创建成功了。点击右侧记录可以查看详细签到情况.



Expand Down