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
A change yesterday is causing the tagging action to fail with: fatal: detected dubious ownership in repository at '/github/workspace' 11
I believe it is due to the change in 1.45.0 which narrows the scope of the git config --global --add safe.directory line.
In addition, I would have expected that action to actually fail in this case, but instead it displays the error, but does not tag the code and continues with the workflow masking the root cause of the issue.
The text was updated successfully, but these errors were encountered:
A change yesterday is causing the tagging action to fail with:
fatal: detected dubious ownership in repository at '/github/workspace' 11
I believe it is due to the change in 1.45.0 which narrows the scope of the
git config --global --add safe.directory
line.In addition, I would have expected that action to actually fail in this case, but instead it displays the error, but does not tag the code and continues with the workflow masking the root cause of the issue.
The text was updated successfully, but these errors were encountered: