File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -200,11 +200,11 @@ jobs:
200200 echo " Repo Owner .......... #${{ github.repository_owner }}"
201201 echo " Run ID .............. https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}"
202202 echo " Triggered By ........ ${{ github.actor }}"
203- echo " Time ................ ${ NOW_LONG }"
204- echo " SHA 1 ............... ${ GITHUB_SHA }"
203+ echo " Time ................ ${NOW_LONG}"
204+ echo " SHA 1 ............... ${GITHUB_SHA}"
205205 echo " SHA 2 ............... ${{ github.sha }}"
206206 echo " Workspace ........... ${{ github.workspace }}"
207- echo " PWD ................. ${ PWD }"
207+ echo " PWD ................. ${PWD}"
208208 echo " Job Name ............ ${{ steps.context.outputs.job_name }}"
209209 echo " Job ID .............. ${{ steps.context.outputs.job_id }}"
210210 echo " Job URL ............. ${{ steps.context.outputs.job_url }}"
You can’t perform that action at this time.
0 commit comments