Fix review points

This commit is contained in:
Ivan Zosimov 2022-04-04 19:29:29 +02:00
parent c1691a39b4
commit c733861b29
5 changed files with 14 additions and 9 deletions

View file

@ -12,11 +12,14 @@ 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
cache-dependency-path:
description: 'Used to specify the path to a dependency file - go.sum'
outputs:
cache-hit:
description: 'A boolean value to indicate if a cache was hit'
runs:
using: 'node16'
main: 'dist/setup/index.js'
post: 'dist/cache-save/index.js'
post-if: success()