You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a workflow where I determine the branch to clone dependent repositories based on the github event name. The branch is set in $GITHUB_ENV but it seems this doesn't work on Windows as it did in the past.
I have a workflow where I determine the branch to clone dependent repositories based on the github event name. The branch is set in
$GITHUB_ENV
but it seems this doesn't work on Windows as it did in the past.See https://github.com/jwillemsen/checkoutbug/blob/master/.github/workflows/test.yml and attached for the test workflow. On Linux the dependent taox11 repo is cloned using the
master
branch as set by the step. But on Windows it just usesBAR
, the value is changed in the environment, but it seems that is not usedThe text was updated successfully, but these errors were encountered: