Skip to content

v0.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Nov 16:55
1027295

0.3.0 (2024-11-10)

Features

  • add verbose mode (c3f78c7)
  • get workflow_dispatch inputs, then setoutput and log (8e9327a)
  • get yaml data from input and validate it (5ade7a6)
  • prepare base codes (e5d7c6d)
  • process input yaml (4d40fed)
  • support commands (c890482)
  • support label in yaml for log. fix #9 (160197a)

Bug Fixes

  • add verbose to action.yml (d30a0b4)
  • fix bug when default key (in yaml) was empty (810f9f8)
  • fix label bug when variable is common (23c296c)
  • improve yaml validation with check keys (12a422e)
  • show successful only in verbose mode (cbf4b2d)
  • update to new format (fe23ac0)
  • validate variable name (57d54de)