Skip to content

Output an artifact name using an input value or a default naming method

Notifications You must be signed in to change notification settings

ServerlessOpsIO/gha-artifact-name

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

gha-artifact-name

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.

Description

The gha-artifact-name action performs the following tasks:

  1. Generates an artifact name based on the provided override or generates a default name.

Inputs

  • artifact-name (optional): Override the name of the artifact to use. Default is an empty string.

Outputs

  • artifact-name: The generated name of the artifact.

Usage

for example usage see ServerlessOps/gha-setup-workspace or ServerlessOps/gha-store-artifacts

Contributing

Contributions are welcome! Please open an issue or submit a pull request for any changes.

Contact

For any questions or support, please open an issue in this repository.

About

Output an artifact name using an input value or a default naming method

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published