3
0
Fork 0
mirror of https://code.forgejo.org/actions/checkout.git synced 2026-07-04 18:46:11 +00:00

Add constant 'thing' to main.ts

This commit is contained in:
Greg Mohler 2026-06-24 14:28:11 -04:00 committed by GitHub
parent 0c366fd6a8
commit 615e9d5f98
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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()