From 7631f1ea78681eea778e61cfdcc4a4f8c2326d85 Mon Sep 17 00:00:00 2001 From: ChristopherHX Date: Sat, 30 Nov 2024 10:03:09 +0000 Subject: [PATCH] mention GITHUB_STEP_SUMMARY in not supported features --- src/not_supported.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/not_supported.md b/src/not_supported.md index 490de67..9482536 100644 --- a/src/not_supported.md +++ b/src/not_supported.md @@ -10,6 +10,7 @@ Here is a list of features that is (yet) to be implemented or is decided as not - `run-name` is ignored - Context availability is not checked, so you can use the env context on more places - Step summary not processed + - Values written in each step to the file pointed by `GITHUB_STEP_SUMMARY`, `$GITHUB_STEP_SUMMARY` and `$env:GITHUB_STEP_SUMMARY` are discarded, each step has it's own empty step summary file at the beginning - Problem matcher ignored - Annotations ignored - No `vars` context