Skip to content

Commit

Permalink
v1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Oosterveld committed Nov 28, 2019
1 parent 955a154 commit 1f76aa9
Show file tree
Hide file tree
Showing 2 changed files with 11,296 additions and 3 deletions.
5 changes: 2 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ inputs:
description: 'This should be a token with access to your repository scoped in as a secret'
required: true
ref:
description:
The ref to deploy. This can be a branch, tag, or SHA.
description: The ref to deploy. This can be a branch, tag, or SHA.
Defaults to the value of ???
required: false
task:
Expand All @@ -26,4 +25,4 @@ outputs:
description: 'The time we greeted you'
runs:
using: 'node12'
main: 'index.js'
main: 'dist/index.js'
Loading

0 comments on commit 1f76aa9

Please sign in to comment.