We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23c84cd commit c017ff2Copy full SHA for c017ff2
entrypoint.sh
@@ -65,7 +65,7 @@ echo "workflowId=$workflowId" >> $GITHUB_OUTPUT
65
echo "workflowUrl=$(echo $workflowUrl | sed 's/"//g')" >> $GITHUB_OUTPUT # We must remove quotes for the URL
66
echo "workspaceId=$workspaceId" >> $GITHUB_OUTPUT
67
echo "workspaceRef=$workspaceRef" >> $GITHUB_OUTPUT
68
-echo "json=$OUT" >> $GITHUB_OUTPUT
+echo "json='$(echo $OUT | base64 -d | jq -rc)'" >> $GITHUB_OUTPUT
69
70
# Strip secrets from the log file
71
sed -i "s/$TOWER_ACCESS_TOKEN/xxxxxx/" $LOG_FN
0 commit comments