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
See https://icalendar.readthedocs.io/en/stable/contribute/development.html#code-format
43
-
44
-
# The way the action should handle pathspec errors from the add and remove commands. Three options are available:
45
-
# - ignore -> errors will be logged but the step won't fail
46
-
# - exitImmediately -> the action will stop right away, and the step will fail
47
-
# - exitAtEnd -> the action will go on, every pathspec error will be logged at the end, the step will fail.
48
-
# Default: ignore
49
-
pathspec_error_handling: ignore
50
-
51
-
# 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