John Behm
Results
3
comments of
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 }} ```