Skip to content

Commit

Permalink
fix: reference compiled dist/index.js in action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
imjohnbo committed Nov 8, 2019
1 parent 9a6e5be commit ccab249
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup-gcloud/action.yml
Expand Up @@ -14,4 +14,4 @@ inputs:
required: true
runs:
using: 'node12'
main: 'dist/setup-gcloud.js'
main: 'dist/index.js'

0 comments on commit ccab249

Please sign in to comment.