Skip to content

Commit 821cd4d

Browse files
committed
fix(workflows): update step name for clarity in SQL file generation
1 parent c15aa31 commit 821cd4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-db.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: echo "DATA=$(cat tmp/latest-date.json | jq -r '.[0].results[0].latestDate')" >> "$GITHUB_OUTPUT"
4141
shell: bash
4242

43-
- name: Generate SQL file
43+
- name: Generate the URL list and SQL files
4444
env:
4545
LATEST_DATE: ${{ steps.latest-date.outputs.DATA }}
4646
run: npm run predb:seed

0 commit comments

Comments
 (0)