diff --git a/action.yml b/action.yml index fb91e264..2a945f3b 100644 --- a/action.yml +++ b/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