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/'