Skip to content

Commit

Permalink
debugging file
Browse files Browse the repository at this point in the history
  • Loading branch information
realpxd authored Jan 21, 2024
1 parent 06944f0 commit 8a11ad9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,14 @@ jobs:

env:
ATLAS_URI: ${{ secrets.ATLAS_URI }}

steps:
- name: Checkout repository
uses: actions/checkout@v3

- name: Debug Environment Variable
run: echo 'ATLAS_URI:${{$ATLAS_URI}}'

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

Expand Down

0 comments on commit 8a11ad9

Please sign in to comment.