Skip to content

Commit

Permalink
disable newline wrap
Browse files Browse the repository at this point in the history
Signed-off-by: Jeffrey Martin <[email protected]>
  • Loading branch information
jmartin-tech committed Aug 6, 2024
1 parent df8e407 commit fe41f57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maintain_cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
cat <<- EOF > request.json
{
"message": "$MESSAGE",
"content": "$( base64 -i $FILE_TO_COMMIT )",
"content": "$( base64 -w 0 -i $FILE_TO_COMMIT )",
"encoding": "base64",
"branch":" $DESTINATION_BRANCH",
"sha"= "$SHA"
Expand Down

0 comments on commit fe41f57

Please sign in to comment.