Skip to content

Commit

Permalink
Debugging server
Browse files Browse the repository at this point in the history
  • Loading branch information
realpxd authored Jan 21, 2024
1 parent 6b0d78d commit 5304829
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:

- name: Debug Environment Variable
run: echo "ATLAS_URI:$ATLAS_URI"
- name: Direct Debug Environment Variable
run: echo "ATLAS_URI:${{ secrets.ATLAS_URI }}"

- name: Navigate to server directory
run: ls && pwd
Expand Down

0 comments on commit 5304829

Please sign in to comment.