Skip to content

Commit

Permalink
Merge pull request #10454 from nextcloud/ci/public-suffixes-data-path
Browse files Browse the repository at this point in the history
ci: Fix public suffix data file path
  • Loading branch information
ChristophWurst authored Dec 9, 2024
2 parents 7f704be + 17e4d71 commit 2d6ef2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-public-suffix-list.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
submodules: true

- name: Download public suffix list
run: curl --output resources/resources/public_suffix_list.dat https://publicsuffix.org/list/public_suffix_list.dat
run: curl --output resources/public_suffix_list.dat https://publicsuffix.org/list/public_suffix_list.dat

- name: Create Pull Request
uses: peter-evans/create-pull-request@7920c48d6af627948130adb390df5809c471ae3b
Expand Down

0 comments on commit 2d6ef2f

Please sign in to comment.