Skip to content

Commit

Permalink
compare-versions workflow change column name
Browse files Browse the repository at this point in the history
  • Loading branch information
nmaguiar authored Jan 11, 2025
1 parent 6f55383 commit 8047c66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compare-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
run : |
oafp chs="(name: v, type: file, options: (file: /tmp/_tmp.json))"\
/tmp/_tmpMain.json\
path="[].{tool:tool,latestOnline:lastVer,version:ch('v','get',{tool:tool},__).version}"\
path="[].{tool:tool,latestOnline:lastVer,buildVersion:ch('v','get',{tool:tool},__).version}"\
out=mdtable\
sql="select * where tool <> 'mc' order by tool" > .github/compare-versions.md
Expand Down

0 comments on commit 8047c66

Please sign in to comment.