Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Change enconding instructions command. #8

Merged
merged 1 commit into from
Aug 7, 2022

Conversation

alexjorgef
Copy link

When I tried echo -n $(cat credentials.json)| base64 -w 0 command, the action failed to parse outputted credentials (cannot parse new lines correctly). Using base64 credentials.json -w0 I avoid this error.

Signed-off-by: Alexandre Ferreira [email protected]

@adityak74
Copy link
Owner

Thanks, @alexjorgef for noticing and fixing this PR!

@adityak74 adityak74 merged commit d2a6959 into adityak74:main Aug 7, 2022
@alexjorgef alexjorgef deleted the readme-encode-command-howto branch August 7, 2022 18:16
@alexjorgef alexjorgef restored the readme-encode-command-howto branch June 29, 2023 04:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants