Set config as global

This commit is contained in:
Gonzalo Peci 2023-12-14 15:49:57 +01:00
parent 6c8fae3820
commit d5afbb0698
2 changed files with 4 additions and 3 deletions

View file

@ -3,7 +3,7 @@ import * as fsHelper from './fs-helper'
import * as github from '@actions/github'
import * as path from 'path'
import * as workflowContextHelper from './workflow-context-helper'
import { IGitSourceSettings } from './git-source-settings'
import {IGitSourceSettings} from './git-source-settings'
export async function getInputs(): Promise<IGitSourceSettings> {
const result = ({} as unknown) as IGitSourceSettings