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
For example, when master is not ready and I add a gitsubmodule in a PR, currently this action will always fail the submodule contains some files which are expected to be ignored, but when this action checks out to main branch, the submodule is still there, so maybe git reset --hard may help.
/usr/bin/git checkout -f main
warning: unable to rmdir 'DOMPurify': Directory not empty
The text was updated successfully, but these errors were encountered:
For example, when master is not ready and I add a gitsubmodule in a PR, currently this action will always fail the submodule contains some files which are expected to be ignored, but when this action checks out to
main
branch, the submodule is still there, so maybegit reset --hard
may help.The text was updated successfully, but these errors were encountered: