Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
p3lim committed Sep 25, 2024
1 parent dbe8d8e commit 3c99a86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scrape.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
# Vladinator can't seem to get this sorted
run: |
set -e
curl -sfL "https://wago.tools/db2/ItemSparse/csv?build=${{ steps.output }}" -o dbc/itemsparse.csv
curl -sfL "https://wago.tools/db2/ItemSparse/csv?build=${{ env.dbc_build }}" -o dbc/itemsparse.csv
if: inputs.flavor == 'classic_era'

- name: Scrape DBC
Expand Down

0 comments on commit 3c99a86

Please sign in to comment.