Add import extensions

This commit is contained in:
Alex Miller 2024-09-11 13:27:25 +12:00
parent c4f6f6794a
commit 61068b04d2
7 changed files with 14 additions and 14 deletions

View file

@ -1,7 +1,7 @@
import * as core from '@actions/core'
import exec from './exec'
import {File, ChangeStatus} from './file'
import exec from './exec.ts'
import {File, ChangeStatus} from './file.ts'
export const NULL_SHA = '0000000000000000000000000000000000000000'
export const HEAD = 'HEAD'