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 7651e74 commit bd6593d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
- run: echo ${{ secrets.NEW_ENV_FILE }}
- run: |
touch .env
echo -e "${{ secrets.NEW_ENV_FILE }}" > .env
echo -e ${{ secrets.NEW_ENV_FILE }} > .env

0 comments on commit bd6593d

Please sign in to comment.