We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2550c4 commit e272555Copy full SHA for e272555
.github/workflows/ci.yml
@@ -35,7 +35,7 @@ jobs:
35
pip install -r requirements.txt
36
37
- name: Copy env file
38
- run: cp .env.sample .env
+ run: cp .env.example .env
39
40
- name: Run app
41
run: |
0 commit comments