JamesIves / github-pages-deploy-action

🚀 Automatically deploy your project to GitHub Pages using GitHub Actions. This action can be configured to push your production-ready code into any branch you'd like.
https://github.com/marketplace/actions/deploy-to-github-pages
MIT License
4.25k stars 357 forks source link

fix: :bug: Use commish to make branch unique #1591

Closed JamesIves closed 4 months ago

JamesIves commented 4 months ago

Description

Resolves issue in #1589. Validated this here: https://github.com/JamesIves/github-sponsors-readme-action/actions/runs/9136595776

Testing Instructions

Use github-pages-deploy-action@releases/v4-flow to validate this.

Additional Notes

N/A

pathmapper commented 4 months ago

Thank you! Confirmed this fixes the issue for me -> https://github.com/kreis-viersen/katasteraemter-gemarkungen-fluren-nrw/actions/runs/9137128938

codecov[bot] commented 4 months ago

Codecov Report

Attention: Patch coverage is 66.66667% with 4 lines in your changes are missing coverage. Please review.

Project coverage is 96.32%. Comparing base (1a64cb8) to head (9457c33).

Files Patch % Lines
src/worktree.ts 66.66% 4 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## dev #1591 +/- ## ========================================== - Coverage 97.60% 96.32% -1.29% ========================================== Files 7 7 Lines 292 299 +7 Branches 82 83 +1 ========================================== + Hits 285 288 +3 - Misses 7 11 +4 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.