Skip to content
Compare
Choose a tag to compare
@github-actions github-actions released this 17 May 07:22
· 4 commits to master since this release

Changelog

  • 9728d60 Added missing docker:// prefix to image.
  • 62dfcb4 Fixed version number in image.
  • 4600231 Merge pull request #13 from MrFlynn/action-overhaul
  • 53eb508 Updated documentation.
  • db1151b Added code to give deployments a nice title.
  • d53372a Added new input called "branch-name".
  • 1512cbd Improved error messages.
  • 9d4bd84 Added check to ensure deploy ID isn't an empty string.
  • fc8ee82 Removed unnecessary envsubst and export variable.
  • ebd1312 Replaced logger calls with formatted strings to formatted log methods.
  • a1d5cad Improved logging code.
  • f5a9878 Added code to better handle error condition.
  • 41701f0 Return error from helper functions.
  • 4d3a23a Moved handler declaration to global.
  • 121cc3b Added function to handle destroying a deploy.
  • 392cec0 Improved debugging messages.
  • e97528d Fixed mangled hash.
  • 2880074 Minor bug fixes.
  • bebf02b Added step to overwrite image target.
  • 3903a67 Added self to push paths.
  • 4b2c481 Added workflow_dispatch option to test workflow.
  • bc511b8 Replaced variable subsitution with shell script.
  • 4118cb1 Added main file for action.
  • 436d25d Added integration tests.
  • bdf2b9f Changed deployParams input to pointer.
  • 6d42a69 Added debug log method.
  • 2f65a85 Added code to interface with github actions.
  • b4ec076 Minor improvements to upload package.
  • 8da827b Added plumbing for new action.
  • 90f70cf Added new project scaffolding.
  • 73cb70e Remove existing code.