Add notice to show the suite being run
This commit is contained in:
parent
31df6662b0
commit
ed47dfd24f
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue