mirror of
https://github.com/actions/toolkit.git
synced 2026-08-20 00:00:14 +02:00
+1
-1
@@ -1,5 +1,5 @@
|
|||||||
import {MockAgent, setGlobalDispatcher} from 'undici'
|
import {MockAgent, setGlobalDispatcher} from 'undici'
|
||||||
import {createStorageRecord} from '../src/artifact-metadata'
|
import {createStorageRecord} from '../src/artifactMetadata'
|
||||||
|
|
||||||
describe('createStorageRecord', () => {
|
describe('createStorageRecord', () => {
|
||||||
const originalEnv = process.env
|
const originalEnv = process.env
|
||||||
@@ -1,3 +1,4 @@
|
|||||||
|
export {createStorageRecord} from '.artifactMetadata'
|
||||||
export {AttestOptions, attest} from './attest'
|
export {AttestOptions, attest} from './attest'
|
||||||
export {
|
export {
|
||||||
AttestProvenanceOptions,
|
AttestProvenanceOptions,
|
||||||
|
|||||||
Reference in New Issue
Block a user