Skip to content

Commit

Permalink
Merge pull request #24 from tj-actions/updated-outputs
Browse files Browse the repository at this point in the history
Documented outputs
  • Loading branch information
jackton1 authored Feb 20, 2021
2 parents f17741e + 2f771bc commit 16f7d9f
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,19 @@ description: Find files that have been modified during workflow execution.
author: jackton1
inputs:
token:
description: 'GITHUB_TOKEN or a repo scoped PAT'
description: GITHUB_TOKEN or a repo scoped PAT
required: true
default: ${{ github.token }}
files:
description: List of files to check for changes.
required: true

outputs:
files_changed:
description: Boolean indicating that files have changed.
changed_files:
description: List of changed files

runs:
using: 'docker'
image: 'Dockerfile'
Expand Down

0 comments on commit 16f7d9f

Please # to comment.