From eb337eaf9036a5408ddd8ebc3e9ac540d74d2ae0 Mon Sep 17 00:00:00 2001 From: DanielTamkin <9532762+DanielTamkin@users.noreply.github.com> Date: Fri, 18 Dec 2020 11:46:23 -0600 Subject: [PATCH] fix: duplicate runs --- action.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/action.yml b/action.yml index 9fdc6a9..b9af9a5 100644 --- a/action.yml +++ b/action.yml @@ -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 @@ -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' +