-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
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
Support for multiple tape files? #50
Comments
To make a suggestion, I think this would be good usage, and I've seen many other actions do the same: - uses: charmbracelet/vhs-action@<commit-ish>
with:
path: |
path.tape
path/with/glob/*.tape In other words, |
I'd absolutely love this feature. I'm currently using a workaround solution of basically installing VHS and its dependencies manually and then using a small bash script to iterate over |
Also, if #56 and charmbracelet/vhs#211 then the usage could also potentially just be - uses: charmbracelet/setup-vhs@main
- run: vhs **.tape |
FYI I am using this:
|
Hey Charm!
First off, I'm a big fan.
I'm integrating VHS into a new open source CLI here at SailPoint:
sailpoint-oss/sailpoint-cli#23
I was looking at utilizing this Action in the pipeline for that project, but I am creating tape files for most all of the independent CLI commands, and I can't tell if this action supports inputing multiple tape files?
If not I suppose I can just emulate the action in a more standard GH Workflow
The text was updated successfully, but these errors were encountered: