mirror of
https://github.com/tj-actions/changed-files
synced 2025-02-19 15:23:42 +00:00
Update action.yml
This commit is contained in:
parent
7da377e942
commit
a991ab427b
1 changed files with 6 additions and 4 deletions
10
action.yml
10
action.yml
|
@ -28,10 +28,12 @@ outputs:
|
|||
description: List of all changed files.
|
||||
|
||||
runs:
|
||||
using: 'docker'
|
||||
image: 'Dockerfile'
|
||||
args:
|
||||
- ${{ inputs.token }}
|
||||
using: 'composite'
|
||||
steps:
|
||||
- id: changed-files
|
||||
run: |
|
||||
bash entrypoint.sh
|
||||
shell: bash
|
||||
branding:
|
||||
icon: git-pull-request
|
||||
color: white
|
||||
|
|
Loading…
Add table
Reference in a new issue