Closed jdewinne closed 4 years ago
https://github.com/actions-hub/gcloud/blob/master/entrypoint.sh#L16
Should become:
if [ "$(echo "$APPLICATION_CREDENTIALS" | tr -d \\n)" = "$(echo "$APPLICATION_CREDENTIALS" | base64 -d | base64 | tr -d \\n)" ]; then
Merged, thanks
https://github.com/actions-hub/gcloud/blob/master/entrypoint.sh#L16
Should become: