From 21d3d89babb276c70af7a855dc4cf8c5ae12119b Mon Sep 17 00:00:00 2001 From: Reuben Frankel Date: Tue, 15 Oct 2024 23:01:40 +0100 Subject: [PATCH] Display action name in annotation title --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8098e04..b9902e0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -39,4 +39,4 @@ jobs: poetry install - name: Test with pytest run: | - poetry run pytest | sed -E 's/.*(UserWarning)/::warning title=\1::\0/' + poetry run pytest | sed -E 's/.*(UserWarning)/::warning title="\1 (${{ github.action }})"::\0/'