mirror of
https://code.forgejo.org/docker/metadata-action.git
synced 2025-08-26 16:00:54 +00:00
Fix octokit definition object
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
parent
e5c54f2159
commit
28d7c8bbcd
6 changed files with 586 additions and 298 deletions
|
@ -4,11 +4,11 @@ import * as path from 'path';
|
|||
import moment from 'moment';
|
||||
import * as semver from 'semver';
|
||||
import {Inputs, tmpDir} from './context';
|
||||
import {ReposGetResponseData} from './github';
|
||||
import * as tcl from './tag';
|
||||
import * as fcl from './flavor';
|
||||
import * as core from '@actions/core';
|
||||
import {Context} from '@actions/github/lib/context';
|
||||
import {ReposGetResponseData} from '@octokit/types';
|
||||
|
||||
export interface Version {
|
||||
main: string | undefined;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue