fix hrtcafe

thanks ellie (https://transgirl.fr) and sorry it took me so long to get to your email
This commit is contained in:
soap! 2024-12-11 09:20:41 -06:00 committed by GitHub
parent 8a65d438d5
commit 27e30bb03e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,4 +1,4 @@
name: DIYHRT.cafe name: HRTCafe.net
on: on:
workflow_dispatch: workflow_dispatch:
@ -26,7 +26,7 @@ jobs:
run: | run: |
rm -rf diyhrt.cafe rm -rf diyhrt.cafe
rm -rf hrtcafe.net rm -rf hrtcafe.net
wget -mkpKEH --limit-rate 10m --random-wait --user-agent="github.com/soapingtime/diyhrt" --domains=hrtcafe.net https://hrtcafe.net || true wget -rk --limit-rate 10m --random-wait --user-agent="github.com/soapingtime/diyhrt" --domains=hrtcafe.net https://hrtcafe.net || true
- name: commit changes - name: commit changes
if: ${{ success() }} if: ${{ success() }}
uses: EndBug/add-and-commit@v9 uses: EndBug/add-and-commit@v9