File tree 1 file changed +6
-3
lines changed
1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 73
73
utcOffset : " +00:00"
74
74
75
75
- name : Write Buildscan URL to Summary
76
+ env :
77
+ TIMESTAMP : ${{ steps.current-time.outputs.formattedTime }}
78
+ BUILD_SCAN_URL : ${{ needs.build.outputs.build-scan-url }}
76
79
run : |
77
- echo "**Timestamp:** ${{ steps.current-time.outputs.formattedTime }} " >> $GITHUB_STEP_SUMMARY
80
+ echo "**Timestamp:** $TIMESTAMP " >> $GITHUB_STEP_SUMMARY
78
81
echo "**Buildscan URL for ubuntu-workflow run:**" >> $GITHUB_STEP_SUMMARY
79
- echo "[${{ github.run_id }} ](https://github.com/Flank/flank/actions/runs/${{ github.run_id }} )" >> $GITHUB_STEP_SUMMARY
80
- echo "${{ needs.build.outputs.build-scan-url }} " >> $GITHUB_STEP_SUMMARY
82
+ echo "[$GITHUB_RUN_ID ](https://github.com/Flank/flank/actions/runs/$GITHUB_RUN_ID )" >> $GITHUB_STEP_SUMMARY
83
+ echo "$BUILD_SCAN_URL " >> $GITHUB_STEP_SUMMARY
You can’t perform that action at this time.
0 commit comments