Skip to content
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

Add support for repository that has multiple action.yml #2

Open
smorimoto opened this issue May 16, 2020 · 5 comments
Open

Add support for repository that has multiple action.yml #2

smorimoto opened this issue May 16, 2020 · 5 comments

Comments

@smorimoto
Copy link

smorimoto commented May 16, 2020

For example, if you have such a structure, this action will fail during validation step but should not fail.

.
├── action1
│   ├── action.yml
│   └── index.js
├── action2
│   ├── action.yml
│   └── index.js
├── action3
│   ├── action.yml
│   └── index.js
└── action4
    ├── action.yml
    └── index.js
@JasonEtco
Copy link
Owner

Please include a description that describes your use case and why you think this feature should be added.

@smorimoto
Copy link
Author

Updated.

@JasonEtco
Copy link
Owner

Gotcha. This would require an additional input for the directory, because not all actions would need to be published at the same time. You're welcome to submit a PR for this.

@smorimoto
Copy link
Author

Unfortunately, I don't have the bandwidth to create a PR for this right now.

@smorimoto
Copy link
Author

I thought about this a little, but I think all actions should be published with the same tag. A good example is the asdf-vm/actions, so check this out.
https://github.com/asdf-vm/actions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants