Skip to content

Releases: hmarr/debug-action

v3.0.0

Choose a tag to compare

@hmarr hmarr released this 03 Feb 16:07
cd1afbd

What's Changed

  • Upgrade from node16 to node20 by @mmkal in #7

Full Changelog: v2.1.0...v3.0.0

v2.1.0

Choose a tag to compare

@hmarr hmarr released this 11 Oct 01:37
a701ed9

What's Changed

New Contributors

  • @mmkal made their first contribution in #6

Full Changelog: v2.0.1...v2.1.0

v2.0.1

Choose a tag to compare

@hmarr hmarr released this 10 Oct 19:04
1201a20

What's Changed

  • Block unexpected workflow commands by @rcowsill in #5

New Contributors

Full Changelog: v2.0.0...v2.0.1

v2.0.0

Choose a tag to compare

@hmarr hmarr released this 16 Mar 17:50
f39144d
  • Rewrite as a JavaScript action. This action was originally built for the beta version of GitHub Actions. This release brings the action up to date with the current version of GitHub Actions. Additionally, JavaScript actions typically run faster than Docker actions.
  • Use groups to separate the environment variables and event JSON in the logs.

v1.0.0

Choose a tag to compare

@hmarr hmarr released this 24 Feb 01:12
559167e

Initial release