Skip to content

Commit

Permalink
removed debugging option
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Mainwaring committed Nov 15, 2019
1 parent 99e3432 commit eee0360
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,10 @@ inputs:
application-path:
description: "Optional. Provide a subfolder path, example: ./balena-wpe"
default: "."
enable-debug:
description: "Optional, provide more verbose feedback."
default: 0
runs:
using: 'docker'
image: 'Dockerfile'
env:
API_TOKEN: ${{ inputs.api-token }}
APPLICATION_NAME: ${{ inputs.application-name }}
APPLICATION_PATH: ${{ inputs.application-path }}
DEBUG: ${{ inputs.enable-debug }}

0 comments on commit eee0360

Please sign in to comment.