Skip to content

Commit 993dcbf

Browse files
Leitsiculka
authored andcommitted
Fix loading of HSL municipalities and fare zones seed file
Was not downloading anything because curl doesn't follow redirects by default.
1 parent 66748b4 commit 993dcbf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • github-actions/seed-municipalities-and-fare-zones

github-actions/seed-municipalities-and-fare-zones/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ runs:
1212
- name: Fetch netex import file
1313
shell: bash
1414
run: |
15-
curl https://github.com/HSLdevcom/jore4-ui/raw/main/netex/hsl-zones-netex.xml \
15+
curl https://raw.githubusercontent.com/HSLdevcom/jore4-ui/main/netex/hsl-zones-netex.xml \
1616
-o hsl-zones-netex.xml
1717
1818
- name: Verify that tiamat is up and wait if needed

0 commit comments

Comments
 (0)