Skip to content

Commit

Permalink
fix yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Kafil Nasdami committed Mar 15, 2024
1 parent 3a83162 commit b7fa691
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/debug.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ jobs:

steps:
- name: Print NPM_TOKEN
run: echo "NPM_TOKEN: ${{ secrets.NPM_TOKEN }}"
run: |
echo "NPM_TOKEN: ${{ secrets.NPM_TOKEN }}"

0 comments on commit b7fa691

Please sign in to comment.