Justin Smith
Justin Smith
This issue is almost a year old, but I had the same problem. Did you ever figure this out @nodabladam ?
It seems like something like this should work but it doesn't. ``` envkey_MULTILINE_ENV_VAR: "${{ secrets.MULTILINE_ENV_VAR }}" ```
I eventually got this to work by base64 encoding the multiline env var so that it wouldn't be multiline anymore, and then decoding it in the application where I needed...
I'm specifically thinking of an RSA key or some similar value where the line breaks are meaningful and have to be encoded in some way. In my instance, I was...
Yea @AngelOnFira that would be awesome.
This would be great to see! Any movement here?
@iuscare Is there a recommended way to handle this now in v1.2.0?
@cip8 were you able to get your hands on those?
Hey @cip8 and @pranavgundewar, here are the weights: - [model__224](https://justintemps-assets.fra1.digitaloceanspaces.com/model__224.h5) - [model__384](https://justintemps-assets.fra1.digitaloceanspaces.com/model__384.h5) - [model__512](https://justintemps-assets.fra1.digitaloceanspaces.com/model__512.h5) - [model_square_224](https://justintemps-assets.fra1.digitaloceanspaces.com/model_square_224.h5) - [model_square_384](https://justintemps-assets.fra1.digitaloceanspaces.com/model_square_384.h5) - [model_square_512](https://justintemps-assets.fra1.digitaloceanspaces.com/model_square_512.h5) However, I can't get any of the models to give...
Agree would be great to see this merged.