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
1 changed files with 3 additions and 0 deletions

View File

@ -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