Skip to content

Commit

Permalink
config/add action branding
Browse files Browse the repository at this point in the history
  • Loading branch information
MarceloPrado authored Aug 22, 2020
1 parent b46f76c commit 0ffbcfc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
name: "Has Changed Path"
description: "Detects whether a path or a combination of paths were changed in the previous commit"
icon: terminal
color: gray-dark
inputs:
paths: # one or more paths
description: "Paths to detect changes"
Expand All @@ -12,3 +10,6 @@ outputs:
runs:
using: "node12"
main: "dist/index.js"
branding:
icon: terminal
color: gray-dark

0 comments on commit 0ffbcfc

Please sign in to comment.