Skip to content

Commit b84f788

Browse files
Updated workflow for database updates
1 parent 5c14678 commit b84f788

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/updateDb.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,12 @@ on:
44
workflow_dispatch:
55

66
jobs:
7-
index:
7+
Update-Database:
88
runs-on: ubuntu-latest
99
steps:
10+
- name: Checkout code
11+
uses: actions/checkout@v4
12+
1013
- name: Set up Python
1114
uses: actions/setup-python@v5
1215
with:

0 commit comments

Comments
 (0)