Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 422 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 422 Bytes

Github Issue Log Patcher

GitHub Action for patching logfmt logs in issues. Finds logfmt log lines in issues and replaces them with formatted version that is easier to follow.

Inputs

repo-token

Required The PAT to use for authorizing the edits (usually ${{ secrets.GITHUB_TOKEN }})

Example usage

uses: containrrr/patch-issue-logfmt@v0.3
with:
  repo-token: ${{ secrets.GITHUB_TOKEN }}