Skip to content

Commit

Permalink
added an option in echo for no new line
Browse files Browse the repository at this point in the history
  • Loading branch information
ehearneRedHat committed May 15, 2024
1 parent 2cdfc71 commit ff46a71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upload-dashboards.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
# Encode username:password to base64
# Pass encoded auth to txt file
echo "${{ secrets.GRAFANA_USERNAME }}:${{ secrets.GRAFANA_PASSWORD }}" | base64 > auth.txt
echo -n "${{ secrets.GRAFANA_USERNAME }}:${{ secrets.GRAFANA_PASSWORD }}" | base64 > auth.txt
# Init variable with base64 auth
auth=$(cat auth.txt)
Expand Down

0 comments on commit ff46a71

Please sign in to comment.