mirror of
https://github.com/actions/checkout.git
synced 2026-06-28 16:55:26 +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 path from 'path'
|
||||||
import * as stateHelper from './state-helper'
|
import * as stateHelper from './state-helper'
|
||||||
|
|
||||||
|
const thing = 5
|
||||||
|
|
||||||
async function run(): Promise<void> {
|
async function run(): Promise<void> {
|
||||||
try {
|
try {
|
||||||
const sourceSettings = await inputHelper.getInputs()
|
const sourceSettings = await inputHelper.getInputs()
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user