Created
November 21, 2024 07:12
-
-
Save krzema12/1655c7e083505125cae62467513d22f5 to your computer and use it in GitHub Desktop.
Defining what action we should build a binding for
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
WrapperRequest( | |
ActionCoords("actions", "checkout", "v2", deprecatedByVersion = "v3"), | |
mapOf( | |
"ssh-strict" to BooleanTyping, | |
"persist-credentials" to BooleanTyping, | |
"clean" to BooleanTyping, | |
"fetch-depth" to IntegerWithSpecialValueTyping("FetchDepth", mapOf("Infinite" to 0)), | |
"lfs" to BooleanTyping, | |
"submodules" to BooleanTyping, | |
), | |
), |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment