exp
This commit is contained in:
parent
80ea5c8f2c
commit
b789a373ac
4
.github/workflows/publish-release.js
vendored
4
.github/workflows/publish-release.js
vendored
|
@ -11,5 +11,9 @@ module.exports = async ({github, context, core}) => {
|
||||||
return null
|
return null
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function test() {
|
||||||
|
console.log("test");
|
||||||
|
}
|
||||||
|
|
||||||
console.log("script")
|
console.log("script")
|
||||||
}
|
}
|
3
.github/workflows/publish-release.yml
vendored
3
.github/workflows/publish-release.yml
vendored
|
@ -23,3 +23,6 @@ jobs:
|
||||||
const script = require('./.github/workflows/publish-release.js')
|
const script = require('./.github/workflows/publish-release.js')
|
||||||
console.log(context.payload.inputs.version)
|
console.log(context.payload.inputs.version)
|
||||||
console.log(script)
|
console.log(script)
|
||||||
|
const f = await script({github, context, core})
|
||||||
|
console.log(f)
|
||||||
|
f.test()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user