Skip to content

fix: use printf instead of echo for base64 decode in fleet workflows - #14

Merged
davideast merged 1 commit into
mainfrom
fix/fleet-base64-decode
Mar 10, 2026
Merged

fix: use printf instead of echo for base64 decode in fleet workflows#14
davideast merged 1 commit into
mainfrom
fix/fleet-base64-decode

Conversation

@davideast

Copy link
Copy Markdown
Collaborator

echo adds a trailing newline that corrupts the base64 stream when decoding the GitHub App private key. printf '%s' does not.

echo adds a trailing newline that corrupts the base64 stream when
decoding the GitHub App private key. printf '%s' does not.
@davideast
davideast merged commit 48a616f into main Mar 10, 2026
4 checks passed
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.

1 participant