We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi @nschloe, we've been using this for a while and are a big fan -
We were wondering what the intended usage is for including/excluding sequences.
For instance,
steps: - name: Checkout code uses: nschloe/action-cached-lfs-checkout@v1.2.3 with: include: ["folder_a/**", "folder_b/**"]
Will give us something like:
The workflow is not valid. .github/workflows/build.yaml (Line: 138, Col: 20): A sequence was not expected
Any ideas/direction?
Thank you, Nolan
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi @nschloe, we've been using this for a while and are a big fan -
We were wondering what the intended usage is for including/excluding sequences.
For instance,
Will give us something like:
Any ideas/direction?
Thank you,
Nolan
The text was updated successfully, but these errors were encountered: