mirror of
https://github.com/actions/checkout.git
synced 2026-06-28 08:45:23 +00:00
Add constant 'thing' to main.ts
This commit is contained in:
parent
0c366fd6a8
commit
615e9d5f98
@ -5,6 +5,8 @@ import * as inputHelper from './input-helper'
|
||||
import * as path from 'path'
|
||||
import * as stateHelper from './state-helper'
|
||||
|
||||
const thing = 5
|
||||
|
||||
async function run(): Promise<void> {
|
||||
try {
|
||||
const sourceSettings = await inputHelper.getInputs()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user