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
# The way the action should handle pathspec errors from the add and remove commands. Three options are available:
96
-
# - ignore -> errors will be logged but the step won't fail
97
-
# - exitImmediately -> the action will stop right away, and the step will fail
98
-
# - exitAtEnd -> the action will go on, every pathspec error will be logged at the end, the step will fail.
99
-
# Default: ignore
100
77
pathspec_error_handling: ignore
101
-
102
-
# Whether to push the commit and, if any, its tags to the repo. It can also be used to set the git push arguments (see the paragraph below for more info)
0 commit comments