github.com/nektos/act@v0.2.63/pkg/runner/testdata/uses-action-with-pre-and-post-step/push.yml (about)

     1  name: uses-action-with-pre-and-post-step
     2  on: push
     3  
     4  jobs:
     5    test:
     6      runs-on: ubuntu-latest
     7      steps:
     8        - uses: actions/checkout@v2
     9        - uses: ./uses-action-with-pre-and-post-step/last-action
    10        - uses: nektos/act-test-actions/js-with-pre-and-post-step@main
    11          with:
    12            pre: true
    13            post: true
    14        - run: |
    15            cat $GITHUB_ENV