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
.github/workflows/workflow.yml:35:23: input "sparse-checkout" is not defined in action "actions/checkout@v3". available inputs are "clean", "fetch-depth", "github-server-url", "lfs", "path", "persist-credentials", "ref", "repository", "set-safe-directory", "ssh-key", "ssh-known-hosts", "ssh-strict", "submodules", "token" [action]
The text was updated successfully, but these errors were encountered:
Making you aware of a possible bug.
actions/checkout recently received support for
sparse-checkout
. This was added in actions/checkout#1317 and is documented at https://github.com/actions/checkout#fetch-only-a-single-fileI tried using it in one of my workflows like so:
and actionlint threw an error:
The text was updated successfully, but these errors were encountered: