Output an artifact name for use across steps in a job.
This is a utility action created to ensure ServerlessOpsIO/gha-setup-workspace
and ServerlessOpsIO/gha-store-artifacts
generate the same artifact name by default. This action is intended to be used in a composite action and not directly in a workflow.
The gha-artifact-name
action performs the following tasks:
- Generates an artifact name based on the provided override or generates a default name.
artifact-name
(optional): Override the name of the artifact to use. Default is an empty string.
artifact-name
: The generated name of the artifact.
for example usage see ServerlessOps/gha-setup-workspace or ServerlessOps/gha-store-artifacts
Contributions are welcome! Please open an issue or submit a pull request for any changes.
For any questions or support, please open an issue in this repository.