Skip to content

Commit

Permalink
das-237: Add wrap=0 option to base64
Browse files Browse the repository at this point in the history
  • Loading branch information
levisingularity committed Mar 5, 2025
1 parent 263381e commit dc83d0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-das-components-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
- name: Encode ensemble.yaml and store in environment
id: load_ensemble
run: |
ENSEMBLE_CONTENT=$(base64 < src/assets/ensemble.yaml)
ENSEMBLE_CONTENT=$(base64 -w 0 < src/assets/ensemble.yaml)
echo "ENSEMBLE_CONTENT=$ENSEMBLE_CONTENT" >> $GITHUB_ENV
echo "ensemble.yaml content encoded successfully."
Expand Down

0 comments on commit dc83d0b

Please sign in to comment.