actions-marketplace-validations/Upload components

Upload components to Espressif IDF component registry

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Sep 27, 2024
License
Apache 2.0

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/espressif_upload-components-ci-action@b78a19fa5424714997596d3ecffa634aef8ae20b # no releases — HEAD as of 2026-07-10

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
api_tokenAPI Token for the component registryyes
namespaceComponent namespaceyes
directoriesSemicolon separated list of directories with components to uploadno
nameName of the component. Required, if `directories` are not set. If `directories` contain more than 1 location, the name of the component directory is used instead and `name` is ignored.no
versionVersion of the component, if not specified in the manifest. Can be a semantic version or `git` for getting version from git tag.no
service_urlComponent registry API endpointno
registry_urlComponent registry endpointno
skip_pre_releaseFlag to skip pre-release versions. Set it to any non-empty string to skip pre-release versions.no
dry_runUpload component for validation without creating a version in the registry.no
repository_urlURL of the repository where component is locatedno${{ github.repositoryUrl }}
commit_shaGit commit SHA of the the component versionno${{ github.sha }}

no outputs