Skip to content

Commit

Permalink
Fix path reference in compare-versions.yml for version lookup and mar…
Browse files Browse the repository at this point in the history
…kdown table generation
  • Loading branch information
nmaguiar authored Jan 12, 2025
1 parent d0a26b4 commit 54a5dd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/compare-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,13 +77,13 @@ jobs:
- name: Preparing a lookup table for the latest versions of the tools
run : |
oafp .github/latest-versions.json out=ch ch="(type: file, options: (file: /tmp/_tmpl.json))" chkey="tool" path=versions
oafp /tmp/_tmp.json
oafp /tmp/_tmpl.json
- name: Joining the versions retrieved to produce a markdown table
run : |
oafp chs="[(name: v, type: file, options: (file: /tmp/_tmp.json))|(name: l, type: file, options: (file: /tmp/_tmpl.json))]"\
/tmp/_tmpMain.json\
path="[].{tool:tool,latestOnline:lastVer,buildVersion:ch('v','get',{tool:tool},__).version,latestversion:ch('l','get',%7Btool%3Atool%7D,__).version}"\
path="[].{tool:tool,latestOnline:lastVer,buildVersion:ch('v','get',{tool:tool},__).version,latestversion:ch('l','get',{tool:tool},__).version}"\
out=mdtable\
sql="select * where tool <> 'mc' order by tool" > .github/compare-versions.md
Expand Down

0 comments on commit 54a5dd2

Please sign in to comment.