Jeremy Shore

Results 28 comments of Jeremy Shore

Can you check with the latest version? (v2.2.0)

This hasn't changed, it has used `sh` since the initial implementation. The issue was probably that it was pretty busted for about a day so you are right doing @master...

Yes, I looked into this quite awhile ago and found that `--build-args` wasn't supported and open a forum thread about it in the GitHub actions area but never got anyone...

`setup-node` is a typescript action, not a docker action. Like stated above this is a pre-compiled container action meaning we are more limited on what can be sent in. Unless...

So I have been looking into creating a second version of this action called setup-firebase that is a JavaScript action that would work very similar to how setup-node works above....

Yeah, it is technically running a valid command and printing out a valid response. This is the same behavior much of the GitHub's official actions displayed when I originally created...

I have pushed a test of this into the master image `firebase-action:master` if you would be kind to try it out for your use case and let me know if...

This should be live on the latest version now too. Keep in mind that this is the full response that the firebase command spits out. If you want something specific,...

Sounds like you are using firebase configs in your functions and haven't set them properly. This isn't related to the action.

I'm going to start using the version firebase-tool that the release has inside of it. So the latest was `v11.5.0` To make it easier for pulling the version you care...