mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2025-11-19 17:11:10 +08:00
8 lines
75 B
JavaScript
8 lines
75 B
JavaScript
'use strict';
|
|
|
|
module.exports = github;
|
|
|
|
function github() {
|
|
// TODO
|
|
}
|