Skip to content

Commit

Permalink
remove newlines from az output
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexAxthelm committed Sep 24, 2024
1 parent 67afcea commit 2f4708e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/run-index-preparation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,8 @@ jobs:
az storage directory exists \
--name "$overall_md5" \
--share-name "workflow-prepare-pacta-indices-outputs" \
--account-name "pactadatadev"
--account-name "pactadatadev" |
tr -d '\n'
)
echo "az-files-exist=$az_files_exist"
echo "az-files-exist=$az_files_exist" >> "$GITHUB_OUTPUT"
Expand Down

0 comments on commit 2f4708e

Please sign in to comment.