Skip to content

Commit

Permalink
Refinement main action (#18)
Browse files Browse the repository at this point in the history
* remove unused lines

* update name

* remove unused lines
  • Loading branch information
tnyo43 committed Mar 17, 2024
1 parent 96e3b4e commit f323a5c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 18 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/test-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,3 @@ jobs:
uses: ./
with:
threshold: 4

- name: Print Output
id: output
run: echo "${{ steps.test-action.outputs.time }}"
17 changes: 3 additions & 14 deletions action.yml
Original file line number Diff line number Diff line change
@@ -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<[email protected]>'

# 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'
Expand All @@ -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

0 comments on commit f323a5c

Please sign in to comment.