mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 04:18:54 +00:00
chore: rename workflows
This commit is contained in:
@@ -2,7 +2,7 @@ import got from 'got';
|
||||
|
||||
const STAGE_HOST = 'https://nightly.affine.pro/';
|
||||
if (['master', 'develop'].includes(process.env.CF_PAGES_BRANCH)) {
|
||||
const message = `Daily builds: New deployment of PathFinder version ${process.env.CF_PAGES_COMMIT_SHA} was deploy: [nightly](${STAGE_HOST}) / [internal](${process.env.CF_PAGES_URL})`;
|
||||
const message = `Daily builds: New deployment of version ${process.env.CF_PAGES_COMMIT_SHA} was deploy: [nightly](${STAGE_HOST}) / [internal](${process.env.CF_PAGES_URL})`;
|
||||
const url = `https://api.telegram.org/bot${process.env.BOT_TOKEN}/sendMessage`;
|
||||
|
||||
got
|
||||
|
||||
Reference in New Issue
Block a user