File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 7373 utcOffset : " +00:00"
7474
7575 - 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 }}
7679 run : |
77- echo "**Timestamp:** ${{ steps.current-time.outputs.formattedTime }} " >> $GITHUB_STEP_SUMMARY
80+ echo "**Timestamp:** $TIMESTAMP " >> $GITHUB_STEP_SUMMARY
7881 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