We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c15aa31 commit 821cd4dCopy full SHA for 821cd4d
.github/workflows/update-db.yaml
@@ -40,7 +40,7 @@ jobs:
40
run: echo "DATA=$(cat tmp/latest-date.json | jq -r '.[0].results[0].latestDate')" >> "$GITHUB_OUTPUT"
41
shell: bash
42
43
- - name: Generate SQL file
+ - name: Generate the URL list and SQL files
44
env:
45
LATEST_DATE: ${{ steps.latest-date.outputs.DATA }}
46
run: npm run predb:seed
0 commit comments