Skip to content

Update usage guide to mention github.actor instead of the legacy approaches #31

Update usage guide to mention github.actor instead of the legacy approaches

Update usage guide to mention github.actor instead of the legacy approaches #31

Workflow file for this run

name: check docs
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup mdBook
uses: peaceiris/actions-mdbook@v1
with:
mdbook-version: '0.4.10'
- run: mdbook build