Skip to content

Commit

Permalink
#1 Creating an action metadata file
Browse files Browse the repository at this point in the history
  • Loading branch information
feelform committed Aug 30, 2021
1 parent 724ad5d commit 84ab815
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/actions/modules-updater-action/action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: 'modules markdown file updater'
description: 'modules markdown file updater'
inputs:
who-to-greet: # id of input
description: 'Who to greet'
required: true
default: 'World'
outputs:
time: # id of output
description: 'The time we greeted you'
runs:
using: 'node12'
main: 'index.js'

0 comments on commit 84ab815

Please sign in to comment.