React router generate path patterns / React router 根据路由表生成全部的 patterns #179
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "issue x algolia" | |
on: | |
push: | |
branches: | |
- master | |
issues: | |
label: | |
jobs: | |
# test action works running from the issue created/deleted etc... | |
event: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- uses: ohmycheatsheet/actions-algolia@v1 | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
ALGOLIA_APPID: ${{ secrets.ALGOLIA_APPID }} | |
ALGOLIA_APP_KEY: ${{ secrets.ALGOLIA_APP_KEY }} |