Skip to content

Commit

Permalink
build: remove .env.example
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinicius Morais Dutra committed Sep 30, 2022
1 parent 08cb416 commit 5717c44
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ jobs:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2

- name: Create .env
run: |
cp .env.example .env
- name: Cache node modules
id: cache-nodemodules
uses: actions/cache@v2
Expand Down

0 comments on commit 5717c44

Please sign in to comment.