From ed47dfd24f0f2a8b906edf24f81eceaaed44118f Mon Sep 17 00:00:00 2001 From: Franck Royer Date: Fri, 22 Apr 2022 15:24:36 +1000 Subject: [PATCH] Add notice to show the suite being run --- .github/workflows/run.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/run.yml b/.github/workflows/run.yml index 3525be5..03d54a0 100644 --- a/.github/workflows/run.yml +++ b/.github/workflows/run.yml @@ -12,6 +12,9 @@ jobs: run: runs-on: ubuntu-latest steps: + - name: Print input + run: echo "::notice title=${{ github.event.inputs.script }}::''" + - name: Checkout code uses: actions/checkout@v2.3.3