Skip to content

Commit

Permalink
Add version to binary_downloads action plugin return data
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Rosser committed Oct 15, 2024
1 parent f5a1b09 commit af218f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/action/binary_downloads.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ def run(self, tmp=None, task_vars=None):
res["url"] = url
res["checksum"] = c
res["dest"] = dest
res["version"] = v

downloads.append(res)

Expand Down

0 comments on commit af218f3

Please sign in to comment.