mirror of
https://github.com/actions/checkout.git
synced 2025-07-13 20:50:45 +00:00
set insteadOf url for org-id
This commit is contained in:
parent
fd47087372
commit
6d624b2ee3
9 changed files with 282 additions and 130 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue