mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-19 11:27:08 +00:00
fix: broken release (#687)
This commit is contained in:
parent
bf8b93a565
commit
0a8bd9aa4a
3 changed files with 21 additions and 40 deletions
|
|
@ -1,7 +1,4 @@
|
|||
import * as core from '@actions/core';
|
||||
import Docker from './docker';
|
||||
import { Input } from './input';
|
||||
|
||||
const input = new Input();
|
||||
const docker = new Docker(input);
|
||||
core.setOutput('version', docker.version());
|
||||
core.setOutput('version', Docker.version());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue