mirror of
https://github.com/actions/checkout.git
synced 2025-08-10 16:05:52 +01: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