From eceee9a072c6cd69c1a333f3e51aa4a949861c6b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 12 May 2024 05:32:28 +0000 Subject: [PATCH 1/7] doc: update test/overwrite.file.md. --- test/overwrite.file.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/overwrite.file.md b/test/overwrite.file.md index dce0e8c..939bf59 100644 --- a/test/overwrite.file.md +++ b/test/overwrite.file.md @@ -1 +1 @@ -2024-05-12 05:23:08 \ No newline at end of file +2024-05-12 05:32:27 \ No newline at end of file From 785f929275dcb25a9df127d7bfe489823dd307c9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 12 May 2024 05:32:29 +0000 Subject: [PATCH 2/7] doc: update README.md. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6ee3a22..540d150 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Modify File Content Replace text content and submit content -Here is the example: update time 2024-05-12 05:23:10 +Here is the example: update time 2024-05-12 05:32:29 Here is the different delimiter example: different `GAMFC_TABEL` & `GAMFC_TABEL-END` (test) @@ -41,10 +41,10 @@ Here is the different delimiter example: different `GAMFC_TABE `README.md` file content ```markdown -update time 2024-05-12 05:23:10 +update time 2024-05-12 05:32:29 ``` -Replace the content between `2024-05-12 05:23:10`. +Replace the content between `2024-05-12 05:32:29`. ### format date From 62bb91ceae0b9d5ff304b5628574d5a99759602a Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Sun, 12 May 2024 13:37:16 +0800 Subject: [PATCH 3/7] ci: update workflows config. --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 888a552..8e4a021 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,11 +1,11 @@ -name: test +name: CI on: push: branches: - main jobs: - test: + deploy: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 From 6dddc59d307e72dc8cf354d53b46117ee1e1eb21 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 12 May 2024 05:39:00 +0000 Subject: [PATCH 4/7] doc: update test/overwrite.file.md. --- test/overwrite.file.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/overwrite.file.md b/test/overwrite.file.md index 939bf59..d9314c1 100644 --- a/test/overwrite.file.md +++ b/test/overwrite.file.md @@ -1 +1 @@ -2024-05-12 05:32:27 \ No newline at end of file +2024-05-12 05:38:59 \ No newline at end of file From 95552f21ea5a9187f1d1ca6f3b08f3109ea9bd04 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 12 May 2024 05:39:01 +0000 Subject: [PATCH 5/7] doc: update README.md. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 540d150..0930fd9 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Modify File Content Replace text content and submit content -Here is the example: update time 2024-05-12 05:32:29 +Here is the example: update time 2024-05-12 05:39:01 Here is the different delimiter example: different `GAMFC_TABEL` & `GAMFC_TABEL-END` (test) @@ -41,10 +41,10 @@ Here is the different delimiter example: different `GAMFC_TABE `README.md` file content ```markdown -update time 2024-05-12 05:32:29 +update time 2024-05-12 05:39:01 ``` -Replace the content between `2024-05-12 05:32:29`. +Replace the content between `2024-05-12 05:39:01`. ### format date From 7973ef47000e31c07d2ebfe515b896f02977964b Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Sun, 12 May 2024 13:49:57 +0800 Subject: [PATCH 6/7] chore: bump node16 to node20 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 153e85c..0502017 100644 --- a/action.yml +++ b/action.yml @@ -56,7 +56,7 @@ outputs: description: 'text file content' runs: - using: 'node16' + using: 'node20' main: 'dist/index.js' branding: From 2bda464e13bd07d9793d7c9a606ab37e8ad45316 Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Sun, 12 May 2024 13:50:20 +0800 Subject: [PATCH 7/7] released v2.0.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8ad043a..a42695c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action-modify-file-content", - "version": "2.0.2", + "version": "2.0.3", "description": "Replace text content and submit content", "homepage": "https://github.com/jaywcjlove/github-action-modify-file-content#readme", "main": "dist/index.js",