> For the complete documentation index, see [llms.txt](https://gyx8899.gitbook.io/blog/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gyx8899.gitbook.io/blog/daily-life/explore.md).

# 探索历程

仅此记录那些发现的，且感兴趣，又做了一番尝试的工具和技术。

## 2020/09/30 Github Actions

* 来源：\[京东薅羊毛工具]\(<https://github.com/lxk0301/scripts> lxk0301/scripts)
* 思考：如何定时自动把 fork 的好项目同步。
* 行动：
  * 如果是以手动方式，需要通过 Git 命令：

    [GitHub: syncing-a-fork](https://docs.github.com/en/free-pro-team@latest/github/collaborating-with-issues-and-pull-requests/syncing-a-fork)
  * 如果自动方式，就使用 GitHub Actions 创建 Action;

    [stack overflow: Can forks be synced automatically in gitHub?](https://stackoverflow.com/questions/23793062/can-forks-be-synced-automatically-in-github)
