Justin Debbink

Results 4 comments of Justin Debbink

This would be a very useful addition. It is much easier to select a pipeline by account name rather than its ID.

Opened https://github.com/coverallsapp/github-action/pull/198 to address

@ryanfitzsimon your work around worked for me. This issue first started happening for us when building based on Windows Server 2019 (never had issues with 2016). We also had to...

Also getting this issue. I'm using this workaround with some success. ``` - uses: actions/checkout@v4 with: path: ${{ github.sha }} ```