Closed rafael-celebreak closed 2 years ago
Failed for us as well, but no error log at all.
Me too! please please help
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
this does not work
uses: docker://w9jds/firebase-action:v2.2.0
Let the build finish and master should work again for you, I removed action outputs.
Thank you very much for the quick solution @w9jds , I can confirm that latest version is working again :)
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