Results 78 comments of eric sciple

would [.gitattributes](https://help.github.com/en/github/using-git/configuring-git-to-handle-line-endings) solve the problem?

I'm going to add a troubleshooting doc. I'll add a section for this

Apologies this is a documentation bug and `job_workflow_sha` is only supported as an OIDC claim. A PR to correct the documentation is in progress. I would recommend the [community feedback...

This fix is released now. Update the VSCode extension to get the latest fix.

This issue appears to be fixed in the current version. Testing shows: ✅ `github.event.head_commit.message` with `on: push` → No warning ✅ `github.event.pull_request.title` with `on: pull_request` → No warning Both now...

@petlitskiy are you using a self-hosted runner or a hosted runner?

@petlitskiy or do you have multiple checkout steps for the same job?

@mgetzflex do you also have the same issue with `actions/checkout@v5` ? Or just `actions/checkout@main` ? I would assume both would fail, but good to verify since the authorization logic recently...

@totus @kdeldycke can you help me understand how to reproduce the issue? Can you share a small self-contained example?

@kdeldycke in your case it [looks like](https://github.com/kdeldycke/workflows/actions/runs/19572086670/job/56047801871#step:5:47) the action `peter-evans/create-pull-request` is adding an auth header, but doesn't know how to clean up the new actions/checkout v6 style auth configuration. Either...