Change code to make it more extandable in future

This commit is contained in:
Ivan Zosimov (Akvelon INC) 2022-02-22 14:55:30 +03:00
parent d450effe85
commit f2efd31d13
7 changed files with 75 additions and 44 deletions

View file

@ -15,6 +15,10 @@ inputs:
default: ${{ github.token }}
cache:
description: Used to specify whether go-modules caching is needed. Set to true, if you'd like to enable caching.
default: false
modules-manager:
description: 'Used to specify non-default package manager'
default: 'default'
cache-dependency-path:
description: 'Used to specify the path to a dependency file: go.sum'
runs: