mirror of
https://github.com/garronej/ts-ci.git
synced 2025-11-30 21:43:05 +00:00
Follow up from https://github.com/garronej/github_actions_toolkit
This commit is contained in:
commit
5297ab00ab
54 changed files with 18162 additions and 0 deletions
22
src/test/get_package_json_version.ts
Normal file
22
src/test/get_package_json_version.ts
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
|
||||
|
||||
|
||||
import { action } from "../get_package_json_version";
|
||||
|
||||
(async () => {
|
||||
|
||||
const repo = "denoify";
|
||||
|
||||
const result = await action("get_package_json_version", {
|
||||
"owner": "garronej",
|
||||
repo,
|
||||
"branch": "aa5da60301bea4cf0e80e98a4579f7076b544a44",
|
||||
"compare_to_version": "0.0.0"
|
||||
}, { "debug": console.log });
|
||||
|
||||
console.log(result);
|
||||
|
||||
|
||||
})();
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue