File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -116,11 +116,15 @@ runs:
116116 echo "EOF" >> $GITHUB_OUTPUT
117117
118118 # Add to job summary with formatted output
119- echo "📦 StackQL Deploy ${{ inputs.command }}:" >> $GITHUB_STEP_SUMMARY
120-
119+ echo "## 📦 StackQL Deploy ${{ inputs.command }}:" >> $GITHUB_STEP_SUMMARY
120+ echo "" >> $GITHUB_STEP_SUMMARY
121+
121122 # Parse and display each key-value pair
122- echo "$DEPLOYMENT_OUTPUTS" | jq -r 'to_entries[] | "\(.key): \(.value)"' >> $GITHUB_STEP_SUMMARY
123-
123+ echo "$DEPLOYMENT_OUTPUTS" | jq -r 'to_entries[] | "**\(.key):** \(.value)"' >> $GITHUB_STEP_SUMMARY
124+ echo "" >> $GITHUB_STEP_SUMMARY
125+
126+ echo "_Completed at $(date -u +'%Y-%m-%d %H:%M:%S UTC')_" >> $GITHUB_STEP_SUMMARY
127+
124128 echo "Deployment outputs captured successfully"
125129 fi
126130
You can’t perform that action at this time.
0 commit comments