File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4848 path : ${{ github.workspace }}/vulRep.html
4949 - name : Debug File Paths
5050 run : ls -lah ${{ github.workspace }}/
51+ - name : Current Date and Time
52+ id : date
53+ run : echo "current_date=$(date +'%Y-%m-%d %H:%M:%S %Z')" >> $GITHUB_OUTPUT
54+
5155 - name : Mail Notification
5256 uses : dawidd6/action-send-mail@v3
5357 with :
7175 <li><strong>Workflow Run Number:</strong> <code>${{ github.run_number }}</code></li>
7276 <li><strong>Commit SHA:</strong> <code>${{ github.sha }}</code></li>
7377 <li><strong>Branch:</strong> <code>${{ github.ref_name }}</code></li>
74- <li><strong>Generated At:</strong> <code>${{ format('{0:yyyy-MM-dd HH:mm:ss z}', github.event.repository.pushed_at) }}</code></li>
78+ <li><strong>Generated At:</strong><code>${{ steps.date.outputs.current_date }}</code></li>
7579 </ul>
7680
7781 <p>The following artifacts have been uploaded to this workflow run and can
You can’t perform that action at this time.
0 commit comments