From f323a5c8a187d34fb9937b225dae7a8d56fcd2e4 Mon Sep 17 00:00:00 2001 From: Tomoya Kashifuku Date: Sun, 17 Mar 2024 15:30:10 +0900 Subject: [PATCH] Refinement main action (#18) * remove unused lines * update name * remove unused lines --- .github/workflows/test-action.yml | 4 ---- action.yml | 17 +++-------------- 2 files changed, 3 insertions(+), 18 deletions(-) diff --git a/.github/workflows/test-action.yml b/.github/workflows/test-action.yml index 14e8ca1..2a4069b 100644 --- a/.github/workflows/test-action.yml +++ b/.github/workflows/test-action.yml @@ -28,7 +28,3 @@ jobs: uses: ./ with: threshold: 4 - - - name: Print Output - id: output - run: echo "${{ steps.test-action.outputs.time }}" diff --git a/action.yml b/action.yml index a79f798..592c588 100644 --- a/action.yml +++ b/action.yml @@ -1,13 +1,7 @@ -name: 'The name of your action here' -description: 'Provide a description here' -author: 'Your name or organization here' +name: 'recommend-mobpro-action' +description: 'recommend to do mob programming when a discussion drags on' +author: 'Tomoya KASHIFUKU' -# Add your action's branding here. This will appear on the GitHub Marketplace. -branding: - icon: 'heart' - color: 'red' - -# Define your inputs here. inputs: github_token: description: 'a github access token' @@ -26,11 +20,6 @@ inputs: required: true default: 25 -# Define your outputs here. -outputs: - time: - description: 'Your output description here' - runs: using: node20 main: dist/index.js