Skip to content

PR Output

Actions
Outputs markdown content to pull requests
3.0.1
Latest
Star (4)

✍🏽 Output

GitHub Action to output markdown content to pull requests.

Inputs

token

string

Required. GitHub token

sources

array of strings

String with folders containing md files separated by commas (Supports glob pattern) Example : 'projects/app/stats/, projects/embed/errors/'

name

string

Required. Name to identify the output entity

top

string - boolean like

Optional. set to true to position content at the top of the pull requests description

Usage Example

on: [pull_request]

jobs:
  changelog:
    runs-on: ubuntu-latest
    name: Output
    steps:
      - uses: actions/checkout@v2
      - uses: zattoo/output@v1
        with:
          token: ${{github.token}}
          sources: 'src/projects/a/, src/projects/b/'

PR Output is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Outputs markdown content to pull requests
3.0.1
Latest

PR Output is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.