mirror of
https://gitea.com/actions/gitea-release-action.git
synced 2024-11-21 17:49:38 +01:00
docs: Add jsdoc
This commit is contained in:
parent
1ab8e7176e
commit
89861ccfb7
1 changed files with 1 additions and 0 deletions
1
main.js
1
main.js
|
@ -129,6 +129,7 @@ function paths(patterns) {
|
|||
* @param {String} repo
|
||||
* @param {Number} release_id
|
||||
* @param {Array<String>} all_files
|
||||
* @param {Map<String, Any>} additional parameters
|
||||
*/
|
||||
async function uploadFiles(client, owner, repo, release_id, all_files, params) {
|
||||
params = params || {};
|
||||
|
|
Loading…
Reference in a new issue