Releases: kartverket/github-workflows
Releases · kartverket/github-workflows
v2.3
New features
- Posts comments with relevant information to Pull Requests
- Prevents deploys running in parallel against the same environment crashing due to failing to aquire state lock
Fixes
- Fixes spammy GitHub commands output to job summaries (::set-output ... and so on)
- Improves documentation a fair bit
- Changes terraform_workspace logic to use TF_WORKSPACE which means we don't need to run terraform workspace select
- Changes working_directory logic to use defaults.run.working-directory to reduce duplication
- Explicitly support on: pull_request in addition to on: push. Adds check in run_terraform to ensure it never runs on pull_request.
See also #4
Full Changelog: v2.2...v2.3