Files
alfresco-ng2-components/.github/actions/print-affected-libs/action.yml
mauriziovitale 4c3b29d5b5 fix lib path
2023-06-28 14:43:24 +01:00

21 lines
480 B
YAML

name: "print affected libs"
description: "Retrive the affected libs based on the based and head input"
inputs:
base:
description: 'the base sha'
required: true
type: string
default: main
head:
description: 'the head sha'
required: true
type: string
default: HEAD
output:
affected:
description: 'the affected libs of the repo'
affected_is_empty:
description: 'true or false accondingly'
runs:
using: "node16"
main: 'dist/index.js'