Add notice to show the suite being run

This commit is contained in:
Franck Royer 2022-04-22 15:24:36 +10:00
parent 31df6662b0
commit ed47dfd24f
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4

View File

@ -12,6 +12,9 @@ jobs:
run: run:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Print input
run: echo "::notice title=${{ github.event.inputs.script }}::''"
- name: Checkout code - name: Checkout code
uses: actions/checkout@v2.3.3 uses: actions/checkout@v2.3.3