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
Fetching the repository
"C:\Program Files\Git\bin\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +refs/heads/badrefname!:refs/remotes/origin/badrefname!+refs/tags/badrefname!:refs/tags/badrefname!
The process 'C:\Program Files\Git\bin\git.exe' failed with exit code 1
When given an incorrect or malformed ref, the action does not return the actual git error message. I expect an error like error: pathspec 'badrefname!' did not match any file(s) known to git
The text was updated successfully, but these errors were encountered:
When given an incorrect or malformed ref, the action does not return the actual git error message. I expect an error like
error: pathspec 'badrefname!' did not match any file(s) known to git
The text was updated successfully, but these errors were encountered: