Skip to content

Commit

Permalink
print .env file #8
Browse files Browse the repository at this point in the history
  • Loading branch information
nadyasav committed Oct 19, 2023
1 parent c3a9191 commit 189f2ab
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ jobs:
echo VITE_REACT_APP_GIT_TAG=${{ github.ref_name }} >> .env
echo VITE_REACT_APP_GIT_DATE="$(git log -1 --format=%cd)" >> .env
- name: Print .env
working-directory: ${{ github.workspace }}/frontend
run: cat .env

- name: ESlint check
working-directory: ${{ github.workspace }}/frontend
run: yarn lint
Expand Down

0 comments on commit 189f2ab

Please sign in to comment.