mirror of
https://gitea.com/actions/checkout.git
synced 2025-04-04 22:39:42 +00:00
set insteadOf url for org-id (#621)
This commit is contained in:
@ -7,7 +7,7 @@ import * as stateHelper from './state-helper'
|
||||
|
||||
async function run(): Promise<void> {
|
||||
try {
|
||||
const sourceSettings = inputHelper.getInputs()
|
||||
const sourceSettings = await inputHelper.getInputs()
|
||||
|
||||
try {
|
||||
// Register problem matcher
|
||||
|
Reference in New Issue
Block a user