Kyle Squizzato

Results 4 comments of Kyle Squizzato

@DHmc133 please update your commit as well... `Update s3.go` isn't a good commit message, please follow the [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/) spec as well when writing your commit. Perhaps something like: ```...

@dvdksn will this break any existing functionality? [The geekdocs docs](https://geekdocs.de/usage/getting-started/#:~:text=There%20are%20two%20ways%20to%20get%20Markdown%20links%20or%20images%20working%3A) (that's a mouthful) specify using this option to get markdown images/links working.

>I'd prefer looking into the underlying issue rather than adding a bandaid on a symptom. Honestly, both is probably the right way to go here. If GC is leaving a...

The folded style also doesn't work around this: ```yaml - name: Run Something uses: dagger/dagger-for-github@v7 env: API_TOKEN: ${{ steps.set-token.outputs.api_token }} with: cloud-token: ${{ secrets.DAGGER_CLOUD_TOKEN}} version: "latest" verb: call args: >...