sevaa / githubactions

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

Branch filter for download artifacts isn't taking effect. #2

Closed rsdmike closed 2 years ago

rsdmike commented 2 years ago

I see the branch property in the task.json, but I'm not seeing it in the build editor. I've also tried with YAML mode as well, specifying the branch: input however it is not taking effect. Can you take a look? image YAML:

- task: sevaalekseyev.githubactions.dlartifacts.DownloadArtifacrs@0
  displayName: 'Get the artifacts from Unit Tests on github.com'
  inputs:
    gh: 'GitHub connection 1'
    repo: 'my-org/my-repo'
    workflow: 'Node.js CI'
    branch: 'main'
sevaa commented 2 years ago

Looks like the published version of the extension on the marketplace is 1.20.1 while the source is 1.20.2. I'll publish the latest.

sevaa commented 2 years ago

Published. Please update your version.

rsdmike commented 2 years ago

Thank you @sevaa !