mirror of
https://github.com/redhat-actions/buildah-build.git
synced 2025-06-08 10:01:34 +00:00
Code Cleanup
Signed-off-by: divyansh42 <diagrawa@redhat.com>
This commit is contained in:
parent
48975824e7
commit
557824d2d1
10 changed files with 12 additions and 50 deletions
|
@ -1,6 +1,7 @@
|
|||
import * as core from "@actions/core";
|
||||
import * as exec from "@actions/exec";
|
||||
import * as path from "path";
|
||||
import CommandResult from "./types";
|
||||
|
||||
export interface BuildahConfigSettings {
|
||||
entrypoint?: string[];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue