Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Mar 5, 2021
1 parent 7da377e commit a991ab4
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions action.yml
Expand Up @@ -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

0 comments on commit a991ab4

Please sign in to comment.