Skip to content

Commit

Permalink
Expose all flags to action (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
roffjulie authored Oct 5, 2020
1 parent a4534d3 commit d5c945f
Show file tree
Hide file tree
Showing 5 changed files with 42 additions and 86 deletions.
9 changes: 9 additions & 0 deletions action/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,15 @@ inputs:
tag:
description: 'GCR tag to use for builder image'
default: 'latest'
useBuildpacks:
description: 'GCR tag to use for builder image'
default: true
cmd:
description: 'command to run a Functions Framework server at localhost:8080. Ignored if -buildpacks=true.'
default: ''
startDelay:
description: 'GCR tag to use for builder image'
default: 1
runs:
using: 'node12'
main: 'dist/index.js'
109 changes: 25 additions & 84 deletions action/dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit d5c945f

Please sign in to comment.