Releases: conda/actions
Releases · conda/actions
v22.6.0
What's Changed
Full Changelog: v22.5.0...v22.6.0
v22.5.0
What's Changed
- Update README for
issue-in-project
,user-in-team
, &read-yaml
by @kenodegard in #29 - Add initial check-cla action. by @jezdez in #35
Full Changelog: v22.2.1...v22.5.0
v22.2.1
- Catch async exceptions (#20)
- Allow
read-yaml
to read from remote or local (#22) - hotfix Fix
read-yaml
missingshell
bug (#23) - hotfix Fix
read-yaml
missing inputs (#24) - hotfix
read-yaml
inject inputs directly (#25) - hotfix
read-yaml
scopes
support newlines (#26) - hotfix
read-yaml
info blurbs for debugging (#27) - hotfix Fix
read-yaml
ReferenceError
(#28) - Rework
read-yaml
to not use dynamic outputs (8942836)