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

github-action: Allow to specify files in artefacts as input argument #84

Open
PatrickRudolph opened this issue Oct 31, 2023 · 0 comments
Labels
feature New feature or request low_priority Not very important suggestion something to discuss

Comments

@PatrickRudolph
Copy link
Contributor

PatrickRudolph commented Oct 31, 2023

On Github Action files are passed between jobs using build artifacts.

Add support for directly accessing files not only in the local file system, but also in a named build artifact of a previous job, for files passed as input argument.

Files in artifacts should follow a specific syntax.
For example:

artifact://name-of-previous-build-step-artifact@/home/github/some/path/within/the/artifact

@AtomicFS AtomicFS added feature New feature or request suggestion something to discuss low_priority Not very important labels Jul 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request low_priority Not very important suggestion something to discuss
Projects
None yet
Development

No branches or pull requests

2 participants