git-for-windows / git-for-windows-automation

A few GitHub workflows and support code to help with Git for Windows' day-to-day tasks
10 stars 9 forks source link

Fix the Check Run mirroring in `build-and-deploy` #41

Closed dscho closed 1 year ago

dscho commented 1 year ago

During my work on the release-git workflow, I introduced a bug that caused the deployments in https://github.com/git-for-windows/MSYS2-packages/pull/92#issuecomment-1471552897 to fail.

This PR fixes that.

dscho commented 1 year ago

Now that the deployments worked, I removed the TO-DROP commits (that essentially turned the workflow_dispatch workflow into a push one) and marked the PR ready for review.