Skip to content

Commit

Permalink
Update node.js.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AVtheking authored Nov 19, 2023
1 parent 67f2d69 commit 00d3f8e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ jobs:
cache: 'npm'
- run: npm ci
- run: npm install
- run: echo ${{ secrets.NEW_ENV_FILE }}
- run: |
touch .env
echo -e ${{ secrets.NEW_ENV_FILE }} > .env
echo '${{ secrets.NEW_ENV_FILE }} > .env

0 comments on commit 00d3f8e

Please sign in to comment.