Skip to content

Commit 3c62815

Browse files
committed
fix: workflow typos
1 parent 896422c commit 3c62815

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/update-requirements.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
# .github/workflows/update-requirements.yml
2-
name: Update requirements.txt
1+
name: Update `requirements.txt`
32

43
on:
54
pull_request:
@@ -35,7 +34,7 @@ jobs:
3534
run: pip install poetry
3635

3736
- name: Generate requirements.txt
38-
run: make requirements
37+
run: make requirements.txt
3938

4039
- name: Configure Git
4140
run: |

0 commit comments

Comments
 (0)