mirror of
https://github.com/chatmail/core.git
synced 2026-04-05 23:22:11 +03:00
jsonrpc js client: ci upload and new name (#3618)
* jsonrpc js client: ci upload and new name * Update jsonrpc-client-npm-package.yml * Update jsonrpc-client-npm-package.yml * Update jsonrpc-client-npm-package.yml * change details message * make sure to generate dist directory
This commit is contained in:
@@ -12,11 +12,12 @@ const GITHUB_API_URL =
|
||||
|
||||
const file_url = process.env['URL']
|
||||
const GITHUB_TOKEN = process.env['GITHUB_TOKEN']
|
||||
const context = process.env['MSG_CONTEXT']
|
||||
|
||||
const STATUS_DATA = {
|
||||
state: 'success',
|
||||
description: '⏩ Click on "Details" to download →',
|
||||
context: 'Download the node-bindings.tar.gz',
|
||||
context: context || 'Download the node-bindings.tar.gz',
|
||||
target_url: base_url + file_url,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user