From e1c2c0ffa9964e03588272f619717d7adf4bc4a9 Mon Sep 17 00:00:00 2001 From: Jani Mikkonen Date: Fri, 27 Jan 2023 11:54:49 +0200 Subject: [PATCH] Github action now reports state of execution #3531 --- CHANGES.md | 3 +++ action.yml | 7 +++++ action/main.py | 27 +++++++++++++++++-- docs/integrations/github_actions.md | 40 +++++++++++++++++++++++++++++ 4 files changed, 75 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 2071eb3f800..d16148f16bb 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -42,6 +42,9 @@ +- GitHub Action: adds 2 action outputs to report changes that can be used in other + steps. Outputs: `is-formatted` and `changed-files` (#3531) + ### Documentation