Skip to content

Commit

Permalink
✨ feat: Allow users to know if npm install hooks were run.
Browse files Browse the repository at this point in the history
  • Loading branch information
make-github-pseudonymous-again committed May 14, 2024
1 parent a6b36ee commit 4fadff0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ inputs:
description: 'Meteor version for the `meteor` executable. If set to `local` or not explicitly set, the `meteor` executable will have the version specified in .meteor/release (this may not work with alpha and beta builds). You can use `latest` as an alias for the latest Meteor release.'
required: true
default: 'local'
outputs:
ran-npm-install-hooks:
description: "Whether npm install hooks were run."
value: ${{ steps.cache-node-modules.outputs.cache-hit != 'true' }}
runs:
using: composite
steps:
Expand Down

0 comments on commit 4fadff0

Please sign in to comment.