w9jds / firebase-action

GitHub Action for interacting with Firebase
MIT License
925 stars 199 forks source link

Error when using functions:config:set as args in 2.2.1 version #141

Closed rafael-celebreak closed 2 years ago

rafael-celebreak commented 2 years ago

Hello!

Starting on version 2.2.1, I'm getting an error when trying to update firebase env. The output doesn't report any errors, but the task fails (you can find the content of the output here).

Here you can see the content of the workflow file (project specific information is hidden).

If I modify the workflow file to use version 2.2.0 (uses: docker://w9jds/firebase-action:v2.2.0), it works properly.

Functions deployment is not affected by this, only firebase environment updates.

Thank you very much for your attention, and please let me know if I can help in any way here!

Rafael

weilinzung commented 2 years ago

Failed for us as well, but no error log at all.

jrosesol commented 2 years ago

Me too! please please help

ygordanniel commented 2 years ago

As a workaround you could use the last stable version, e.g: w9jds/firebase-action:v2.2.0

So instead of

uses: w9jds/firebase-action@master

You would do

uses: docker://w9jds/firebase-action:v2.2.0
JulianOcampo commented 2 years ago

this does not work uses: docker://w9jds/firebase-action:v2.2.0

w9jds commented 2 years ago

Let the build finish and master should work again for you, I removed action outputs.

rafael-celebreak commented 2 years ago

Thank you very much for the quick solution @w9jds , I can confirm that latest version is working again :)