v0.0.57: this probably won't work
This commit is contained in:
@@ -13,6 +13,11 @@ export async function run(): Promise<void> {
|
||||
const tmpDirs: string[] = []
|
||||
|
||||
try {
|
||||
const whoToGreet = core.getInput('who-to-greet', { required: true })
|
||||
core.info(`Hello, ${whoToGreet}!`)
|
||||
const token2 = core.getInput('token', { required: true })
|
||||
core.info(`Hello, ${token2}!`)
|
||||
|
||||
// Parse and validate Actions execution context, including the repository name, release name and event type
|
||||
const repository: string = process.env.GITHUB_REPOSITORY || ''
|
||||
if (repository === '') {
|
||||
|
||||
Reference in New Issue
Block a user