John Behm
John Behm
You can disable response parsing/reading and use io.Copy manually with the raw response object's body. Don't forget to close the response object's body. Issue can be closed.
Adding ` ref: ${{ github.ref }}` fixes my problem here. ```yams steps: - name: 📂 Checkout uses: actions/checkout@v4 with: fetch-depth: 300 fetch-tags: true ref: ${{ github.ref }} ```
might make sense to introduce a `FQDN()` function instead of changing the `Hostname()`
might be interesting for that feature: https://github.com/Showmax/go-fqdn/blob/master/fqdn.go