Skip to content
This repository has been archived by the owner on Jul 1, 2021. It is now read-only.

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
YOUSIKI committed Mar 13, 2021
1 parent c6fbedb commit 4712a49
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,18 @@
因为学号和密码等内容不适合明文放在仓库中(当然,如果你是 Private 仓库并且心很大的话,当我没说),
我们一般将其作为仓库 Secrects 设置好,并在 `main.yml` 中通过 `${{ secrects.username }}` 这种方式调用。
在此提醒,如果你是 Public 仓库,绝对不要直接在 `main.yml` 中使用明文记录 `username``password`

### Step4 手动运行查看结果

[我的配置文件](https://github.com/YOUSIKI/PKUAutoSubmit-Github-Action-Repo/blob/master/.github/workflows/autosubmit.yml)中,设置了手动运行 workflow 开关。
你可以在如下位置找到开关,手动运行 PKUAutoSubmit:

![](images/workflow_dispatch.png)

运行后显示如下结果(“可以愉快的玩耍啦”)才是报备成功:

![](images/success.png)

## 常见问题

写的不是多么完善,请保证所有输入参数都不为空字符串,比如 `reason``sckey` ,哪怕用不到也写个 `"xxxxxxx"`,不要空着。
Binary file added images/success.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/workflow_dispatch.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4712a49

Please sign in to comment.