You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: reference environment variables correctly in Github Action
The local.properties file was being written with the literal strings of the environment variable names instead of their values.
This change ensures the correct values are used when decoding the keystore and writing to local.properties.
0 commit comments