Add target option#41
Conversation
|
@jhuleatt My failing step is |
|
@expatiating thank you for this PR!
That is an access issue tracked in #17. With our current config, the action only runs successfully in this repo for PRs from owners, so no need to worry about that. |
jhuleatt
left a comment
There was a problem hiding this comment.
Thank you @expatiating! I've added a few comments. Once those are resolved, we can get this merged!
DRY `--only hosting` once Co-authored-by: Jeff <[email protected]>
Co-authored-by: Jeff <[email protected]>
Not really pertinent to my change, but reads clearer, so thank you 🤓 Co-authored-by: rachelsaunders <[email protected]>
Co-authored-by: rachelsaunders <[email protected]>
expatiating
left a comment
There was a problem hiding this comment.
@jhuleatt and @rachelsaunders thank you for the review.
I believe I've addressed all comments and committed all suggestions.
|
Thank you @expatiating! This is now available in - name: Deploy to Firebase Hosting
uses: FirebaseExtended/[email protected]I'll probably wait until early next week to release to the |
|
@jhuleatt just migrated my workflow to Thank you and glad that we made this change to resolve #6! 😀 |
* Add target option * Fix format * Update src/deploy.ts DRY `--only hosting` once Co-authored-by: Jeff <[email protected]> * Update src/deploy.ts Co-authored-by: Jeff <[email protected]> * Update action.yml Not really pertinent to my change, but reads clearer, so thank you 🤓 Co-authored-by: rachelsaunders <[email protected]> * Better description Co-authored-by: rachelsaunders <[email protected]> * Make target optional in productionDeployConfig * Commit prettier suggestions * Add bin contents per FirebaseExtended#47 workflow Co-authored-by: Jeff <[email protected]> Co-authored-by: rachelsaunders <[email protected]>
Fixes issue #6