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