diff --git a/.github/workflows/shell.yml b/.github/workflows/shell.yml index 3541b19..ad8a1ca 100644 --- a/.github/workflows/shell.yml +++ b/.github/workflows/shell.yml @@ -12,6 +12,7 @@ jobs: - uses: actions/checkout@v2 - name: Run a multi-line script run: | + echo github.action_path is ${{github.action_path}} echo "Run a multi-line script" - id: foo uses: ./.github/actions