align interface fields with action inputs

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2024-05-02 15:15:36 +02:00
parent 35800c73fa
commit ae29a82e5c
3 changed files with 8 additions and 8 deletions

View File

@@ -340,7 +340,7 @@ describe('getArgs', () => {
{
files: inp.files,
load: inp.load,
noCache: inp.noCache,
noCache: inp['no-cache'],
overrides: inp.set,
provenance: inp.provenance,
push: inp.push,