Skip to content

Commit

Permalink
Update Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Sukhendu2002 committed Mar 15, 2024
1 parent 19932ce commit 9253981
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 @@ -34,4 +34,4 @@ jobs:
- name: Create .env file
run: |
touch .env
echo {{ secrets.PROD_ENV_FILE }} > .env
echo "${{ secrets.PROD_ENV_FILE }}" > .env

0 comments on commit 9253981

Please sign in to comment.