Skip to content

Only extract the Title in the HEAD element #197

Only extract the Title in the HEAD element

Only extract the Title in the HEAD element #197

Workflow file for this run

name: Repo checks
on: [push, pull_request]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: yarn
- name: Run tests
uses: ospfranco/[email protected]
with:
post-comment: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_CONTEXT: ${{ toJson(github) }}