github: move artifact and summary logic to dedicated classes
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
@@ -27,12 +27,12 @@ import {Cache} from '../cache.js';
|
||||
import {Context} from '../context.js';
|
||||
import {Exec} from '../exec.js';
|
||||
import {Git} from '../git.js';
|
||||
import {GitHub} from '../github.js';
|
||||
import {GitHub} from '../github/github.js';
|
||||
import {Sigstore} from '../sigstore/sigstore.js';
|
||||
import {Util} from '../util.js';
|
||||
|
||||
import {DownloadVersion} from '../types/cosign/cosign.js';
|
||||
import {GitHubRelease} from '../types/github.js';
|
||||
import {GitHubRelease} from '../types/github/github.js';
|
||||
import {dockerfileContent} from './dockerfile.js';
|
||||
import {SEARCH_URL} from '../types/sigstore/sigstore.js';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user