Update action.yml

This commit is contained in:
Tonye Jack
2021-03-04 22:50:33 -05:00
committed by GitHub
parent 7da377e942
commit a991ab427b

View File

@@ -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