hyp3rflow / pollapo-install

github action for `pollapo install`

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pollapo Install

Github action workflow for pollapo install

Getting Started

# .github/workflows/my-workflow.yml
# ...
- name: Pollapo Install
  uses: riiid/pollapo-install@v1
  with:
    token: ${{ secrets.GITHUB_OAUTH_TOKEN }}  # required
    out-dir: .pollapo  # optional
    config: pollapo.yml  # optional
    working-directory: .  # optional
# ...

About

github action for `pollapo install`


Languages

Language:TypeScript 100.0%