Skip to content

Commit

Permalink
Remove quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
nikeee committed Oct 2, 2019
1 parent 2212686 commit cbcc48e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ author: Niklas Mollenhauer
description: Runs docfx as a GitHub Action.

runs:
using: 'docker'
image: 'Dockerfile'
using: docker
image: Dockerfile

branding:
icon: book
color: 'green'
color: green

0 comments on commit cbcc48e

Please sign in to comment.