Is it possible to set a custom build label/number/display name for a GitHub action?
With Azure DevOps Pipelines you can do this by echo'ing
##vso[build.updatebuildnumber]$value
I'm looking for analogous functionality in GitHub Actions
Is it possible to set a custom build label/number/display name for a GitHub action?
With Azure DevOps Pipelines you can do this by echo'ing
##vso[build.updatebuildnumber]$value
I'm looking for analogous functionality in GitHub Actions
The name value is based on the file name and name: tag in the YML file under .github/workflows.