Skip to content

StirlingLabs/PROutputAction

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace
 
 

Repository files navigation

✍🏽 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/'

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/'

About

GitHub Action to output markdown information to pull requests.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%