2020-06-15 21:49:10 +02:00
|
|
|
name: 'Paths filter'
|
|
|
|
description: 'Execute your workflow steps only if relevant files are modified.'
|
2020-05-21 00:31:39 +02:00
|
|
|
author: 'Michal Dorner <dorner.michal@gmail.com>'
|
2020-05-20 17:03:08 +02:00
|
|
|
inputs:
|
2020-05-26 17:16:09 +02:00
|
|
|
token:
|
2020-05-21 01:37:33 +02:00
|
|
|
description: 'GitHub Access Token'
|
2020-05-26 17:16:09 +02:00
|
|
|
required: false
|
2020-05-24 21:17:51 +02:00
|
|
|
default: ${{ github.token }}
|
2020-05-21 00:31:39 +02:00
|
|
|
filters:
|
2020-05-24 22:50:33 +02:00
|
|
|
description: 'Path to the configuration file or YAML string with filters definition'
|
2020-05-21 00:31:39 +02:00
|
|
|
required: true
|
2020-05-20 17:03:08 +02:00
|
|
|
runs:
|
|
|
|
using: 'node12'
|
|
|
|
main: 'dist/index.js'
|
2020-05-21 00:31:39 +02:00
|
|
|
branding:
|
|
|
|
color: blue
|
|
|
|
icon: filter
|