Skip to content

Releases: AlexStormwood/CommitsWithinTime

Dependency Updates

11 Apr 00:29
Compare
Choose a tag to compare

Heya gang, this is a tiny lil update that shouldn't break anything - finally got around to updating two things:

  • the GitHub Actions NPM packages used by this project, which should remove any warnings about "setOutput" being deprecated
  • the NodeJS version used by this action when it runs, which should remove any warnings about NodeJS versions being deprecated

Hope it helps!

Updated Node version

25 Mar 10:43
fb8802f
Compare
Choose a tag to compare

File export with workflow artifacts

20 Oct 05:37
Compare
Choose a tag to compare

Functionality & examples for exporting CWT results to a file in your workflow artifact is all done, working & awesome! :D

Better logging of file export flag

19 Oct 23:01
Compare
Choose a tag to compare

exportToFile naming issue resolved

19 Oct 22:56
Compare
Choose a tag to compare

Patch to fix a naming issue introduced in v1.1.6.

Output results to artifacts

19 Oct 22:53
Compare
Choose a tag to compare

This may be buggy at the moment, but this should be the release that lets you upload your output from this action to your action artifact. Simply set the input exportToFile to true and it should be all good! More patch releases to follow, I'm sure.

Fixed seconds input issue

18 Oct 23:48
Compare
Choose a tag to compare

Added support for seconds

18 Oct 23:28
Compare
Choose a tag to compare

For more-precise time checking.

v1.1.3 - Wider Github bot ignoring

08 Oct 22:34
Compare
Choose a tag to compare

Made it so that "{process.env.GITHUB_ACTOR}@users.noreply.github.com" email addresses are also ignored if ignoring the Github Actions user. This might not suit everyone, so raise an issue if you'd like me to split this into its own flag.

v1.1.2

07 Oct 05:21
Compare
Choose a tag to compare

Cleaned up some data left in the action.yaml file.