mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
21 lines
480 B
YAML
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' |