Update action.yml
This commit is contained in:
parent
7da377e942
commit
a991ab427b
10
action.yml
10
action.yml
@ -28,10 +28,12 @@ outputs:
|
|||||||
description: List of all changed files.
|
description: List of all changed files.
|
||||||
|
|
||||||
runs:
|
runs:
|
||||||
using: 'docker'
|
using: 'composite'
|
||||||
image: 'Dockerfile'
|
steps:
|
||||||
args:
|
- id: changed-files
|
||||||
- ${{ inputs.token }}
|
run: |
|
||||||
|
bash entrypoint.sh
|
||||||
|
shell: bash
|
||||||
branding:
|
branding:
|
||||||
icon: git-pull-request
|
icon: git-pull-request
|
||||||
color: white
|
color: white
|
||||||
|
Loading…
x
Reference in New Issue
Block a user