From b7fa691a477f7137d572ae00c0ee6992ab8b54e7 Mon Sep 17 00:00:00 2001 From: Kafil Nasdami Date: Fri, 15 Mar 2024 00:06:31 +0000 Subject: [PATCH] fix yaml --- .github/workflows/debug.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/debug.yaml b/.github/workflows/debug.yaml index 87964f7..5d55726 100644 --- a/.github/workflows/debug.yaml +++ b/.github/workflows/debug.yaml @@ -9,4 +9,5 @@ jobs: steps: - name: Print NPM_TOKEN - run: echo "NPM_TOKEN: ${{ secrets.NPM_TOKEN }}" + run: | + echo "NPM_TOKEN: ${{ secrets.NPM_TOKEN }}"