From 746cbb5312ce221fb2c8dffd5dce44f9113715a2 Mon Sep 17 00:00:00 2001 From: ParalysedFlower <48697066+ParalysedFlower@users.noreply.github.com> Date: Mon, 23 Nov 2020 16:15:25 +0800 Subject: [PATCH 1/2] Update action.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修改了时间描述和时间点 --- .github/workflows/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index b399063..1cce9ec 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -3,8 +3,8 @@ on: push: # 触发机制为push操作 branches: main schedule: # 触发机制为定时任务 - - cron: "44 4 * * *" # 每天4点44分自动执行 - - cron: "44 16 * * *" # 每天16点44分自动执行 + - cron: "28 04 * * *" # 每天北京时间12点28分自动执行 + - cron: "37 16 * * *" # 每天北京时间0点37分自动执行 jobs: autosend: runs-on: ubuntu-latest # 运行环境为最新的Ubuntu From a6f65e8c0a052c92972eca6a3a947bebbc0300f2 Mon Sep 17 00:00:00 2001 From: ParalysedFlower <48697066+ParalysedFlower@users.noreply.github.com> Date: Tue, 24 Nov 2020 17:46:36 +0800 Subject: [PATCH 2/2] Delete index.js --- config/index.js | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 config/index.js diff --git a/config/index.js b/config/index.js deleted file mode 100644 index 65224b8..0000000 --- a/config/index.js +++ /dev/null @@ -1,6 +0,0 @@ -module.exports = { - username: process.env.TEXTNOW_USERNAME || "", - password: process.env.TEXTNOW_PASSWORD || "", - recipient: process.env.TEXTNOW_RECIPIENT || "(726) 666-0002", - message: process.env.TEXTNOW_MESSAGE || "autosend message", -};