From aca43bfa29da52d0174879a879617b618655158a Mon Sep 17 00:00:00 2001
From: Egg <727987105@qq.com>
Date: Wed, 9 Dec 2020 20:24:20 +0800
Subject: [PATCH 1/4] Create main.yml
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
测试
---
.github/workflows/main.yml | 36 ++++++++++++++++++++++++++++++++++++
1 file changed, 36 insertions(+)
create mode 100644 .github/workflows/main.yml
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
new file mode 100644
index 0000000..d82ba4e
--- /dev/null
+++ b/.github/workflows/main.yml
@@ -0,0 +1,36 @@
+# This is a basic workflow to help you get started with Actions
+
+name: CI
+
+# Controls when the action will run.
+on:
+ # Triggers the workflow on push or pull request events but only for the final branch
+ push:
+ branches: [ final ]
+ pull_request:
+ branches: [ final ]
+
+ # Allows you to run this workflow manually from the Actions tab
+ workflow_dispatch:
+
+# A workflow run is made up of one or more jobs that can run sequentially or in parallel
+jobs:
+ # This workflow contains a single job called "build"
+ build:
+ # The type of runner that the job will run on
+ runs-on: ubuntu-latest
+
+ # Steps represent a sequence of tasks that will be executed as part of the job
+ steps:
+ # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
+ - uses: actions/checkout@v2
+
+ # Runs a single command using the runners shell
+ - name: Run a one-line script
+ run: echo Hello, world!
+
+ # Runs a set of commands using the runners shell
+ - name: Run a multi-line script
+ run: |
+ echo Add other actions to build,
+ echo test, and deploy your project.
From cec7b6aed12781393ef998a15d177dcc3ec0da1a Mon Sep 17 00:00:00 2001
From: Egg <727987105@qq.com>
Date: Thu, 8 Apr 2021 20:03:43 +0800
Subject: [PATCH 2/4] Update README.md
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 5a55cf9..f9a4977 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
# **点点右上角Star,感谢支持,谢谢.**
- ### **微信公众号:“程序员博博” 更多PDF下载**
- ### **点我下载PDF文档(KK大神)**
-- ### **点我下载PDF文档(子房大神)**
+- ### **点我下载PDF文档(子房大神)**
### **前言:**
From 0c028fdf283b055f9741f076c3b17ac25590bea3 Mon Sep 17 00:00:00 2001
From: Egg <727987105@qq.com>
Date: Thu, 8 Apr 2021 20:05:26 +0800
Subject: [PATCH 3/4] Update README.md
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index f9a4977..6caa815 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,5 @@
# **点点右上角Star,感谢支持,谢谢.**
+# **各位还有什么好的文章需要爬取,欢迎提issue.**
- ### **微信公众号:“程序员博博” 更多PDF下载**
- ### **点我下载PDF文档(KK大神)**
- ### **点我下载PDF文档(子房大神)**
From 83ecda0818720692edb33fbd8284bc64c1eea9c4 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 26 Apr 2021 20:19:29 +0000
Subject: [PATCH 4/4] Bump commons-io from 2.6 to 2.7
Bumps commons-io from 2.6 to 2.7.
Signed-off-by: dependabot[bot]
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 7c73e12..3defda7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -62,7 +62,7 @@
commons-io
commons-io
- 2.6
+ 2.7