changed-files/action.yml
2021-03-04 21:36:52 -05:00

18 lines
329 B
YAML

name: Get modified files
description: Get modified files
author: tj-actions
inputs:
token:
description: 'GITHUB_TOKEN or a Repo scoped PAT'
required: true
default: ${{ github.token }}
runs:
using: 'docker'
image: 'Dockerfile'
args:
- ${{ inputs.token }}
branding:
icon: git-pull-request
color: white