Skip to content

Instantly share code, notes, and snippets.

@krzema12
Created November 21, 2024 07:12
Show Gist options
  • Save krzema12/1655c7e083505125cae62467513d22f5 to your computer and use it in GitHub Desktop.
Save krzema12/1655c7e083505125cae62467513d22f5 to your computer and use it in GitHub Desktop.
Defining what action we should build a binding for
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