sevaa / githubactions

Azure DevOps extension for running GitHub workflows from AzDevOps pipelines, or downloading artifacts from past runs
3 stars 3 forks source link

Enhance artifact download with new parameters changes #8

Closed samaroon closed 8 months ago

samaroon commented 8 months ago
sevaa commented 8 months ago

Is version a hash? Let's call it that, versionHash. This user sees a field called "version", thinks it's a dot separated version number string like "3.14.159".

Also please increase the task version to 3.0. When changing parameter structure, it's a good idea to bump the major version number so that new parameters are explicitly opt in.

samaroon commented 8 months ago

Yes version is a hash, I will change the variable name to versionHash for clarity and increase the version number to 3.0.