Skip to content

v0.2.26-xing.25-f6ab674

Compare
Choose a tag to compare
@github-actions github-actions released this 23 May 12:16
· 223 commits to distribution since this release

Changelog

New Features

  • 00c9502 feat: add pre/post stage identifier fields to json log output
  • 3903cfe feat: add job/step result status to skipped steps/jobs
  • f1d9cef feat: add pre/post stage identifier fields to json log output
  • ab70ed4 feat: replace logger with step logger
  • eeeff0e feat: [DEBUG] identifier for debug logs to distinguish them
  • ee31508 feat: add step/job id and results to json logs
  • 62e79fc feat: use logger from context wherever possible
  • 794229c feat: run pre step from actions (nektos#1110)
  • a4b1c33 feat: run all composite post actions in a step
  • c0a87a6 feat: run composite post steps during post step lifecycle
  • 531917c feat: collect pre and post steps for composite actions
  • 5a1e171 feat: add post step to actions and add state command
  • 69691c8 feat: add ubuntu-22.04 (nektos#1150)
  • 8e216c6 feat: support GITHUB_REF_NAME & GITHUB_REF_TYPE (nektos#1142)
  • d4272bd feat: add option to specify git remote name (nektos#1104)
  • 2bb3e74 feat: split job steps into its own files/structs (nektos#1004)

Bug fixes

Documentation updates

Other