Replies: 1 comment 1 reply
-
|
In such cases I would suggest adding your submodule to Adding a |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I only want to commit changes (made by code formatters) to existing files. However, in order to format the files, I download other GitHub actions into the working directory. They get committed as submodules by this action.
My workaround is using
add_options: '-n'. However, this feels like a hack/workaround, and I'd appreciate askip_addoption similar toskip_fetchandskip_checkout.Beta Was this translation helpful? Give feedback.
All reactions