Skip to content
3 changes: 2 additions & 1 deletion .github/workflows/resuable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@ jobs:
run: echo "${{ inputs.message }}"
- name: Publish to NPM
run: |
echo "print length of NPM_TOKEN: ${#NPM_TOKEN}"
echo "print length of NPM_TOKEN: ${#NPM_TOKEN}"
echo "nice"
Loading