Skip to content

Supplemental text is now html for better formatting #441

Supplemental text is now html for better formatting

Supplemental text is now html for better formatting #441

Workflow file for this run

name: Add a cat gif on pr push
on:
pull_request_target:
types:
- opened
- reopened
permissions:
contents: read
jobs:
cats:
name: Cat
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Action Cats
uses: ruairidhwm/[email protected]
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}