Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
verschoren authored Jul 1, 2020
1 parent 2312fb7 commit d9ac3a7
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
# action.yml
name: 'ZAT Tools'
description: 'Run the ZAT Tools'
description: 'Update an existing app in a Zendesk instance. Requires a .zat file/'
branding:
icon: 'arrow-up-circle'
color: 'green'
runs:
using: 'docker'
image: 'Dockerfile'
args:
- ${{ inputs.subdomain }}
- ${{ inputs.username }}
- ${{ inputs.password }}
- ${{ inputs.app-id }}

0 comments on commit d9ac3a7

Please sign in to comment.