Skip to content

Commit 91ec779

Browse files
committed
ci: fix bad substitution
1 parent 3f91e35 commit 91ec779

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/npm-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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 }}"

0 commit comments

Comments
 (0)