spacetelescope / webbpsf

James Webb Space Telescope PSF simulation tool
https://webbpsf.readthedocs.io
BSD 3-Clause "New" or "Revised" License
115 stars 61 forks source link

[CI] add names to workflows and fix data version parsing with `echo` and `awk` #881

Closed zacharyburnett closed 1 month ago

zacharyburnett commented 1 month ago

the workflows don't have names so it defaults to their filename, which is ugly: image

Additionally, the version output was broken because I forgot to include echo when piping to awk; that's fixed here