Skip to content

Commit

Permalink
fix: duplicate runs
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielTamkin committed Dec 18, 2020
1 parent 84a4f5a commit eb337ea
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: HasLabel
description: GitHub Action that filters a pull_request label. Useful for triggering jobs on certain label events.
author: DanielTamkin
runs:
using: docker
image: Dockerfile
using: 'node12'
main: './dist/index.js'
branding:
icon: filter
color: blue
Expand All @@ -21,6 +21,4 @@ outputs:
description: 'The supplied label was added'
unlabeled:
description: 'The supplied label was unlabeled'
runs:
using: 'node12'
main: './dist/index.js'

0 comments on commit eb337ea

Please sign in to comment.