Skip to content

Commit e272555

Browse files
committed
fix: rename env file within ci.yml workflow
1 parent d2550c4 commit e272555

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
pip install -r requirements.txt
3636
3737
- name: Copy env file
38-
run: cp .env.sample .env
38+
run: cp .env.example .env
3939

4040
- name: Run app
4141
run: |

0 commit comments

Comments
 (0)