Skip to content
This repository has been archived by the owner on May 20, 2022. It is now read-only.

Commit

Permalink
update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
HarishTeens authored Oct 2, 2020
1 parent bd7d231 commit 1256295
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
name: 'Woofy Greet'
description: 'Greet someone and record the time'
name: 'Hacktoberfest Greet'
description: 'Greet someone and when someone makes a Pull Request'
inputs:
GITHUB_TOKEN:
required: true
outputs:
time: # id of output
description: 'The time we greeted you'
runs:
using: 'node12'
main: 'dist/index.js'
Expand Down

0 comments on commit 1256295

Please sign in to comment.