Overview

The following 2 actions are provided by Actions:

Post-Processing

Deprecated

Instantiation

jobs:
  <JobName>:
    steps:
      - ...

      - name: <Name>
        uses: ./with-post-step
        with:
          <Param1>: <Value1>
          <Param2>: <Value2>